diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-10 19:12:12 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-10 19:12:12 +0000 |
commit | d95b9e524bd4c4b4d1c528e8eab0c61bcd9d80cf (patch) | |
tree | e187399fd32d5883248b5ab8791e793ab67c75dd /x11-toolkits/py-wxPython28/files | |
parent | 5c764806c64138e5aed76772b2dbceec99d94038 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-wxPython28/files')
-rw-r--r-- | x11-toolkits/py-wxPython28/files/patch-setup.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/py-wxPython28/files/patch-setup.py b/x11-toolkits/py-wxPython28/files/patch-setup.py index 43264c9ee777..35e8562d19a7 100644 --- a/x11-toolkits/py-wxPython28/files/patch-setup.py +++ b/x11-toolkits/py-wxPython28/files/patch-setup.py @@ -1,10 +1,10 @@ ---- setup.py.orig Sat Apr 16 18:41:06 2005 -+++ setup.py Sat Oct 1 21:43:17 2005 -@@ -764,6 +764,7 @@ - EXTRA_PATH = None - +--- ./setup.py.orig Mon Nov 26 19:05:40 2007 ++++ ./setup.py Thu Dec 20 21:05:46 2007 +@@ -776,6 +776,7 @@ + + wxpExtensions.append(ext) +EXTRA_PATH = getExtraPath(addOpts=EP_ADD_OPTS) - #---------------------------------------------------------------------- - # Do the Setup/Build/Install/Whatever + + |