summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/gtk+extra/files/gtk+extra-3.0.1-gunicode.h.patch')
-rw-r--r--x11-libs/gtk+extra/files/gtk+extra-3.0.1-gunicode.h.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-libs/gtk+extra/files/gtk+extra-3.0.1-gunicode.h.patch b/x11-libs/gtk+extra/files/gtk+extra-3.0.1-gunicode.h.patch
new file mode 100644
index 000000000000..63017be44fec
--- /dev/null
+++ b/x11-libs/gtk+extra/files/gtk+extra-3.0.1-gunicode.h.patch
@@ -0,0 +1,14 @@
+2011-11-16 Fredy Paquet <mailbox AT opag.ch>
+ * fixed include problem with glib V2.31.0 (only glib.h can be included directly)
+
+--- gtkextra/gtkcharsel.c 2011/09/10 11:44:53 1.10
++++ gtkextra/gtkcharsel.c 2011/11/26 11:05:59 1.11
+@@ -34,7 +34,7 @@
+
+
+ #include <gtk/gtk.h>
+-#include <glib/gunicode.h>
++#include <glib.h>
+
+ #include <string.h>
+ #include "gtkextra-compat.h"