summaryrefslogtreecommitdiff
path: root/libraries/wxPython/wxGTK-2.8.10.1-gsocket.patch
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2010-06-20 09:30:28 -0400
committerErik Hanson <erik@slackbuilds.org>2010-06-20 15:20:26 -0500
commit0a9a8dd70cebcca2645dc7102afff287121edbe8 (patch)
tree3635c42522549e8991c86592d122a7cbcacceaba /libraries/wxPython/wxGTK-2.8.10.1-gsocket.patch
parentd70c8ac11c5956a67094a177003cf966e7dc0e76 (diff)
downloadslackbuilds-0a9a8dd70cebcca2645dc7102afff287121edbe8.tar.gz
libraries/wxPython: Updated for version 2.8.11.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/wxPython/wxGTK-2.8.10.1-gsocket.patch')
-rw-r--r--libraries/wxPython/wxGTK-2.8.10.1-gsocket.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/libraries/wxPython/wxGTK-2.8.10.1-gsocket.patch b/libraries/wxPython/wxGTK-2.8.10.1-gsocket.patch
deleted file mode 100644
index b875cb814a..0000000000
--- a/libraries/wxPython/wxGTK-2.8.10.1-gsocket.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- wxPython-src-2.8.10.1-orig/src/gtk/gsockgtk.cpp
-+++ wxPython-src-2.8.10.1/src/gtk/gsockgtk.cpp
-@@ -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"