freebsd-ports/x11-toolkits/py-wxPython28/files/patch-setup.py
Mario Sergio Fujikawa Ferreira 16b3d35ec8 o Prepare it to become a master port:
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
2005-10-02 08:17:17 +00:00

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