aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk28
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2004-08-15 15:51:08 +0800
committerfjoe <fjoe@FreeBSD.org>2004-08-15 15:51:08 +0800
commite88d5e5d13943eb57a98b5ca7f69aa5e626591fa (patch)
tree1d2f7e9d1327185c5587c89c679b7ed7f66bfb32 /x11-toolkits/wxgtk28
parent5b3597e82a5ff46d19b783b833193cc06882881b (diff)
downloadfreebsd-ports-gnome-e88d5e5d13943eb57a98b5ca7f69aa5e626591fa.tar.gz
freebsd-ports-gnome-e88d5e5d13943eb57a98b5ca7f69aa5e626591fa.tar.zst
freebsd-ports-gnome-e88d5e5d13943eb57a98b5ca7f69aa5e626591fa.zip
Fix STC build.
Pointed out by: kuriyama
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
+