public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/fltk/files: fltk2-gcc43.patch
@ 2009-04-10 15:09 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2009-04-10 15:09 UTC (permalink / raw
  To: gentoo-commits

yngwin      09/04/10 15:09:03

  Added:                fltk2-gcc43.patch
  Log:
  Version bump to latest snapshot. Drop old. Add patch for missing C includes.
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-libs/fltk/files/fltk2-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/fltk/files/fltk2-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/fltk/files/fltk2-gcc43.patch?rev=1.1&content-type=text/plain

Index: fltk2-gcc43.patch
===================================================================
--- fltk-2.0.x-r6671.orig/src/Image.cxx	2009-04-10 16:07:34.000000000 +0200
+++ fltk-2.0.x-r6671/src/Image.cxx	2009-04-10 16:03:22.000000000 +0200
@@ -20,6 +20,7 @@
 // Please report all bugs and problems to "fltk-bugs@fltk.org".
 
 #include <config.h>
+#include <cstring>
 #include <fltk/Image.h>
 #include <fltk/Widget.h>
 #include <fltk/events.h>
--- fltk-2.0.x-r6671.orig/src/setcolor.cxx	2009-04-10 16:07:19.000000000 +0200
+++ fltk-2.0.x-r6671/src/setcolor.cxx	2009-04-10 16:08:27.000000000 +0200
@@ -24,6 +24,7 @@
 #include <fltk/Color.h>
 #include <fltk/draw.h>
 #include <config.h>
+#include <cstring>
 #if defined(_WIN32) && USE_STOCK_BRUSH && _WIN32_WINNT<0x0500
 # undef _WIN32_WINNT
 # define _WIN32_WINNT 0x0500






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-10 15:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-10 15:09 [gentoo-commits] gentoo-x86 commit in x11-libs/fltk/files: fltk2-gcc43.patch Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox