diff options
Diffstat (limited to 'x11-toolkits/py-wxPython28/files')
-rw-r--r-- | x11-toolkits/py-wxPython28/files/patch-aa | 10 | ||||
-rw-r--r-- | x11-toolkits/py-wxPython28/files/patch-ac | 34 | ||||
-rw-r--r-- | x11-toolkits/py-wxPython28/files/patch-src::gtk::misc2.cpp | 14 |
3 files changed, 0 insertions, 58 deletions
diff --git a/x11-toolkits/py-wxPython28/files/patch-aa b/x11-toolkits/py-wxPython28/files/patch-aa deleted file mode 100644 index e077be34f491..000000000000 --- a/x11-toolkits/py-wxPython28/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- contrib/stc/contrib/src/stc/ScintillaWX.h 2000/12/08 13:24:39 1.1 -+++ contrib/stc/contrib/src/stc/ScintillaWX.h 2000/12/08 13:25:18 -@@ -41,6 +41,7 @@ - #include "Document.h" - #include "Editor.h" - #include "ScintillaBase.h" -+#include "WinDefs.h" - - #include <wx/wx.h> - #include <wx/dataobj.h> diff --git a/x11-toolkits/py-wxPython28/files/patch-ac b/x11-toolkits/py-wxPython28/files/patch-ac deleted file mode 100644 index 79ffff04c345..000000000000 --- a/x11-toolkits/py-wxPython28/files/patch-ac +++ /dev/null @@ -1,34 +0,0 @@ - -$FreeBSD$ - ---- setup.py.orig Tue May 22 19:02:54 2001 -+++ setup.py Mon May 28 19:58:15 2001 -@@ -86,6 +86,16 @@ - - - #---------------------------------------------------------------------- -+# Check for some environment variables -+#---------------------------------------------------------------------- -+ -+try: gtk_config = os.environ['GTK_CONFIG'] -+except KeyError: gtk_config = 'gtk-config' -+ -+try: sys_libs = string.split(os.environ['LIBS']) -+except KeyError: sys_libs = [] -+ -+#---------------------------------------------------------------------- - # Check for build flags on the command line - #---------------------------------------------------------------------- - -@@ -229,9 +239,10 @@ - ] - libdirs = [] - libs = [] -+ libs.extend(sys_libs) - - cflags = os.popen(WX_CONFIG + ' --cflags', 'r').read()[:-1] + ' ' + \ -- os.popen('gtk-config --cflags', 'r').read()[:-1] -+ os.popen(gtk_config + ' --cflags', 'r').read()[:-1] - cflags = string.split(cflags) - - lflags = os.popen(WX_CONFIG + ' --libs', 'r').read()[:-1] diff --git a/x11-toolkits/py-wxPython28/files/patch-src::gtk::misc2.cpp b/x11-toolkits/py-wxPython28/files/patch-src::gtk::misc2.cpp deleted file mode 100644 index 484ce2d3096b..000000000000 --- a/x11-toolkits/py-wxPython28/files/patch-src::gtk::misc2.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/gtk/misc2.cpp 2001/05/28 18:13:20 1.1 -+++ src/gtk/misc2.cpp 2001/05/28 18:13:40 -@@ -221,7 +221,7 @@ - int GetUPosition() { return -1; } - int GetVPosition() { return -1; } - int GetMovementThreshold() { return -1; } -- void SetMovementThreshold(int threshold) ; -+ void SetMovementThreshold(int threshold) { return; }; - - bool IsOk(void) { return FALSE; } - int GetNumberJoysticks() { return -1; } |