[44240] trunk/dports/python/py25-pyqt4/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Tue Dec 23 13:52:31 PST 2008
Revision: 44240
http://trac.macports.org/changeset/44240
Author: mcalhoun at macports.org
Date: 2008-12-23 13:52:30 -0800 (Tue, 23 Dec 2008)
Log Message:
-----------
py25-pyqt4: Accommodate changes to qt4-mac (r44214).
Modified Paths:
--------------
trunk/dports/python/py25-pyqt4/Portfile
Modified: trunk/dports/python/py25-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py25-pyqt4/Portfile 2008-12-23 21:51:54 UTC (rev 44239)
+++ trunk/dports/python/py25-pyqt4/Portfile 2008-12-23 21:52:30 UTC (rev 44240)
@@ -4,6 +4,7 @@
name py25-pyqt4
version 4.4.3
+revision 1
platforms macosx
categories python devel
maintainers saispo at macports.org
@@ -26,8 +27,10 @@
#patchfiles patch-configure.py
+set qt_dir ${prefix}/libexec/qt4-mac
+
pre-configure {
- file copy -force ${prefix}/share/qt4-mac/mkspecs/macx-g++/qmake.conf \
+ file copy -force ${qt_dir}/mkspecs/macx-g++/qmake.conf \
${worksrcpath}/qmake.conf
reinplace "s|-bundle|-bundle -flat_namespace -undefined suppress|" \
@@ -35,7 +38,7 @@
}
configure.cmd "${prefix}/bin/python2.5 configure.py \
- -g -q ${prefix}/bin/qmake \
+ -g -q ${qt_dir}/bin/qmake \
--confirm-license"
configure.pre_args
configure.post_args LFLAGS="-F${prefix}/Library/Frameworks -L${prefix}/lib"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081223/21cbb92e/attachment.html>
More information about the macports-changes
mailing list