packages: xpaint/xpaint-image_h_internal_ifdef.patch (NEW) - fixes build wi...

lisu lisu at pld-linux.org
Fri Jan 27 11:54:43 CET 2012


Author: lisu                         Date: Fri Jan 27 10:54:43 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixes build with newer Xlib.h

---- Files affected:
packages/xpaint:
   xpaint-image_h_internal_ifdef.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xpaint/xpaint-image_h_internal_ifdef.patch
diff -u /dev/null packages/xpaint/xpaint-image_h_internal_ifdef.patch:1.1
--- /dev/null	Fri Jan 27 11:54:43 2012
+++ packages/xpaint/xpaint-image_h_internal_ifdef.patch	Fri Jan 27 11:54:37 2012
@@ -0,0 +1,11 @@
+--- xpaint-2.9.8/image.h~	2010-11-07 18:21:29.000000000 +0100
++++ xpaint-2.9.8/image.h	2012-01-27 11:45:45.522633052 +0100
+@@ -63,7 +63,7 @@
+     unsigned long sourceMask;
+ } Image;
+ 
+-#ifdef _XLIB_H_
++#if defined(_XLIB_H_) || defined(_X11_XLIB_H_)
+ /* Used to transfer information to routines in iprocess.c */
+ typedef struct {
+     int mergeType;
================================================================


More information about the pld-cvs-commit mailing list