diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-08-15 07:51:08 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-08-15 07:51:08 +0000 |
commit | cbb36b453973b73b237fba952c272067afc7bae2 (patch) | |
tree | dde683c91188b7773868844addd0cb178c8f04d2 /x11-toolkits/wxgtk28 | |
parent | f68d7e49c026f93be94c59fc275c00d6319b6dd8 (diff) | |
download | ports-cbb36b453973b73b237fba952c272067afc7bae2.tar.gz ports-cbb36b453973b73b237fba952c272067afc7bae2.zip |
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.cpp | 11 |
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 + |