diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-27 09:27:03 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-27 09:27:03 +0800 |
commit | 569251449283294d8166999236825df336bb6e33 (patch) | |
tree | b152ff9cbc89679020b378f1d3d7bdeb176b8b0a | |
parent | 5a3cbe7323e54af137f7d2d5c5e4ce5dde74b66a (diff) | |
download | marcuscom-ports-569251449283294d8166999236825df336bb6e33.tar marcuscom-ports-569251449283294d8166999236825df336bb6e33.tar.gz marcuscom-ports-569251449283294d8166999236825df336bb6e33.tar.bz2 marcuscom-ports-569251449283294d8166999236825df336bb6e33.tar.lz marcuscom-ports-569251449283294d8166999236825df336bb6e33.tar.xz marcuscom-ports-569251449283294d8166999236825df336bb6e33.tar.zst marcuscom-ports-569251449283294d8166999236825df336bb6e33.zip |
Fix devel/codeblocks.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13254 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/wxgtk28/files/patch-include__wx__gtk__win_gtk.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk28/files/patch-include__wx__gtk__win_gtk.h b/x11-toolkits/wxgtk28/files/patch-include__wx__gtk__win_gtk.h new file mode 100644 index 000000000..d9c66f279 --- /dev/null +++ b/x11-toolkits/wxgtk28/files/patch-include__wx__gtk__win_gtk.h @@ -0,0 +1,12 @@ +--- include/wx/gtk/win_gtk.h.orig 2009-11-27 01:59:18.000000000 +0100 ++++ include/wx/gtk/win_gtk.h 2009-11-27 01:59:33.000000000 +0100 +@@ -15,7 +15,9 @@ + extern "C" { + #endif /* __cplusplus */ + ++#define GSocket GlibGSocket + #include <gtk/gtkcontainer.h> ++#undef GSocket + + #include "wx/dlimpexp.h" + |