summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk28
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2004-08-15 07:51:08 +0000
committerMax Khon <fjoe@FreeBSD.org>2004-08-15 07:51:08 +0000
commitcbb36b453973b73b237fba952c272067afc7bae2 (patch)
treedde683c91188b7773868844addd0cb178c8f04d2 /x11-toolkits/wxgtk28
parentNO_LATEST_LINK=yes (diff)
Fix STC build.
Pointed out by: kuriyama
Notes
Notes: svn path=/head/; revision=116242
Diffstat (limited to 'x11-toolkits/wxgtk28')
-rw-r--r--x11-toolkits/wxgtk28/files/patch-contrib-src-stc-PlatWX.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-PlatWX.cpp b/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-PlatWX.cpp
new file mode 100644
index 000000000000..3b9e39008930
--- /dev/null
+++ b/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-PlatWX.cpp
@@ -0,0 +1,11 @@
+--- contrib/src/stc/PlatWX.cpp.orig Sun Aug 15 14:41:28 2004
++++ contrib/src/stc/PlatWX.cpp Sun Aug 15 14:40:11 2004
+@@ -18,7 +18,7 @@
+ #include "wx/stc/stc.h"
+
+
+-#ifdef __WXGTK__
++#if 0
+ #include <gtk/gtk.h>
+ #endif
+