summaryrefslogtreecommitdiffstats
path: root/wxgtk/glib-2.21.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-30 16:52:40 +0000
committerpiernov <piernov@piernov.org>2012-05-30 16:52:40 +0000
commit3aae7c847009209bfe168beb8e7afd13b2391a9b (patch)
tree0b36c9ea53b9cf6f5f0ebdadf9d88054e2821c34 /wxgtk/glib-2.21.patch
parenta37328001c458b6354d3e19669335cb1bfdb5381 (diff)
downloadnutyx-extra-3aae7c847009209bfe168beb8e7afd13b2391a9b.tar.gz
nutyx-extra-3aae7c847009209bfe168beb8e7afd13b2391a9b.tar.bz2
nutyx-extra-3aae7c847009209bfe168beb8e7afd13b2391a9b.tar.xz
nutyx-extra-3aae7c847009209bfe168beb8e7afd13b2391a9b.zip
wxgtk 2.8.12-1 màj port
Diffstat (limited to 'wxgtk/glib-2.21.patch')
-rw-r--r--wxgtk/glib-2.21.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/wxgtk/glib-2.21.patch b/wxgtk/glib-2.21.patch
deleted file mode 100644
index 079fe28d6..000000000
--- a/wxgtk/glib-2.21.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- 2.8/src/gtk/gsockgtk.cpp (revision 60599)
-+++ 2.8/src/gtk/gsockgtk.cpp (working copy)
-@@ -15,8 +15,13 @@
- #include <stdlib.h>
- #include <stdio.h>
-
-+// newer versions of glib define its own GSocket but we unfortunately use this
-+// name in our own (semi-)public header and so can't change it -- rename glib
-+// one instead
-+#define GSocket GlibGSocket
- #include <gdk/gdk.h>
- #include <glib.h>
-+#undef GSocket
-
- #include "wx/gsocket.h"
- #include "wx/unix/gsockunx.h"