Revision: 118446 https://trac.macports.org/changeset/118446 Author: michaelld@macports.org Date: 2014-04-02 07:56:36 -0700 (Wed, 02 Apr 2014) Log Message: ----------- py*-pyqt4: fix pyuic, ticket #43090. Modified Paths: -------------- trunk/dports/python/py-pyqt4/Portfile trunk/dports/python/py-pyqt4/files/patch-configure.py.diff Modified: trunk/dports/python/py-pyqt4/Portfile =================================================================== --- trunk/dports/python/py-pyqt4/Portfile 2014-04-02 14:54:18 UTC (rev 118445) +++ trunk/dports/python/py-pyqt4/Portfile 2014-04-02 14:56:36 UTC (rev 118446) @@ -54,6 +54,8 @@ # release port + revision 1 + master_sites sourceforge:pyqt distname PyQt-mac-gpl-${version} Modified: trunk/dports/python/py-pyqt4/files/patch-configure.py.diff =================================================================== --- trunk/dports/python/py-pyqt4/files/patch-configure.py.diff 2014-04-02 14:54:18 UTC (rev 118445) +++ trunk/dports/python/py-pyqt4/files/patch-configure.py.diff 2014-04-02 14:56:36 UTC (rev 118446) @@ -150,7 +150,7 @@ + # fix arch on darwin + if sys.platform == 'darwin' and opts.use_arch is not None: + # convert opts.use_arch from a list to a string -+ opts.use_arch = sipcfg.arch = ' '.join(iter(opts.use_arch)) ++ sipcfg.arch = ' '.join(iter(opts.use_arch)) + # Provide defaults for platform-specific options. if sys.platform == 'win32':
participants (1)
-
michaelld@macports.org