[143114] trunk/dports/python/py-pyqt5/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sat Dec 12 08:37:01 PST 2015
Revision: 143114
https://trac.macports.org/changeset/143114
Author: mcalhoun at macports.org
Date: 2015-12-04 05:19:02 -0800 (Fri, 04 Dec 2015)
Log Message:
-----------
py-pyqt5: fix minor typo (qt_qmake_spec -> qt_qmake_spec_64) for universal build
qt_qmake_spec variable is empty in universal build
no revbump needed since empty spec file defaults to qt_qmake_spec_64
Modified Paths:
--------------
trunk/dports/python/py-pyqt5/Portfile
Modified: trunk/dports/python/py-pyqt5/Portfile
===================================================================
--- trunk/dports/python/py-pyqt5/Portfile 2015-12-04 12:14:27 UTC (rev 143113)
+++ trunk/dports/python/py-pyqt5/Portfile 2015-12-04 13:19:02 UTC (rev 143114)
@@ -47,7 +47,7 @@
} else {
configure.universal_args-delete --disable-dependency-tracking
set merger_configure_args(i386) "--spec=${qt_qmake_spec_32}"
- set merger_configure_args(x86_64) "--spec=${qt_qmake_spec}"
+ set merger_configure_args(x86_64) "--spec=${qt_qmake_spec_64}"
}
livecheck.type none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/ddacf580/attachment.html>
More information about the macports-changes
mailing list