diff options
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 + |