1) This port will build an ansi based version of x11-toolkits/py-wxPython26 2) A slave port x11-toolkits/py-wxPython26-unicode will build a unicode version 3) Move the common parts shared amongst both the ansi and the unicode ports to a slave port x11-toolkits/py-wxPython26-common Approved by: maintainer
10 lines
297 B
Python
10 lines
297 B
Python
--- 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
|
|
|
|
|
|
+EXTRA_PATH = getExtraPath(addOpts=EP_ADD_OPTS)
|
|
|
|
#----------------------------------------------------------------------
|
|
# Do the Setup/Build/Install/Whatever
|