Hi folks,

attached you can find a dpatch to fix the FTBS (as suggested by
gentoo). Hope this helps.


Regards

Harri
#! /bin/sh /usr/share/dpatch/dpatch-run
## fix-path.dpatch by Harald Dunkel <ha...@afaics.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -u perl-tk-804.029/pTk/Xlib.h~ perl-tk-804.029/pTk/Xlib.h
--- perl-tk-804.029/pTk/Xlib.h~ 2007-02-10 09:55:23.000000000 +0100
+++ perl-tk-804.029/pTk/Xlib.h  2011-05-05 19:33:19.000000000 +0200
@@ -1,6 +1,6 @@
 #ifndef _XLIB
 #define _XLIB
-#ifndef _XLIB_H_
+#ifndef _X11_XLIB_H_
 extern XFontStruct *XLoadQueryFont  _ANSI_ARGS_((Display *, const char *));
 extern XModifierKeymap *XGetModifierMapping  _ANSI_ARGS_((Display *));
 extern XImage *XCreateImage  _ANSI_ARGS_((Display *, Visual *, unsigned int, 
int, int, char *, unsigned int, unsigned int, int, int));
@@ -143,7 +143,7 @@
 extern Window XGetSelectionOwner _ANSI_ARGS_((Display *, Atom));
 extern int XRectInRegion _ANSI_ARGS_((Region,int,int,unsigned,unsigned));
 extern int XSubtractRegion _ANSI_ARGS_((Region, Region, Region));
-#endif /* _XLIB_H_ */
+#endif /* _X11_XLIB_H_ */
 extern int _XInitImageFuncPtrs _ANSI_ARGS_((XImage *image));
 #endif /* _XLIB */
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to