summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-05-03 03:53:55 +0000
committerJeroen Roovers <jer@gentoo.org>2012-05-03 03:53:55 +0000
commit906786f6c22988b0de57dfd1189d02d782c0cbd2 (patch)
tree531cffcdd1a477837355017a21c71be6e2690d1c /x11-misc/xpad/files
parentDrop old. Add kernel_linux to IUSE. (diff)
downloadhistorical-906786f6c22988b0de57dfd1189d02d782c0cbd2.tar.gz
historical-906786f6c22988b0de57dfd1189d02d782c0cbd2.tar.bz2
historical-906786f6c22988b0de57dfd1189d02d782c0cbd2.zip
Fix building against dev-libs/glib-2.32 by Derk W te Bokkel (bug #414389).
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xpad/files')
-rw-r--r--x11-misc/xpad/files/xpad-4.1-glib_includes.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-misc/xpad/files/xpad-4.1-glib_includes.patch b/x11-misc/xpad/files/xpad-4.1-glib_includes.patch
new file mode 100644
index 000000000000..752e9ca551a6
--- /dev/null
+++ b/x11-misc/xpad/files/xpad-4.1-glib_includes.patch
@@ -0,0 +1,14 @@
+Description: Don't directly include glib2 header files.
+Author: Kyrill Detinov <lazy.kent@opensuse.org>
+Index: src/xpad-undo.c
+===================================================================
+--- a/src/xpad-undo.c
++++ b/src/xpad-undo.c
+@@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place, Suite
+ #include "../config.h"
+ #include <stdlib.h>
+ #include <glib.h>
+-#include <glib/glist.h>
+ #include "xpad-undo.h"
+ #include "xpad-text-buffer.h"
+