[44238] trunk/dports/python/py-pyqt4/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Tue Dec 23 13:51:09 PST 2008
Revision: 44238
http://trac.macports.org/changeset/44238
Author: mcalhoun at macports.org
Date: 2008-12-23 13:51:08 -0800 (Tue, 23 Dec 2008)
Log Message:
-----------
py-pyqt4: Accommodate changes to qt4-mac (r44214).
Modified Paths:
--------------
trunk/dports/python/py-pyqt4/Portfile
Modified: trunk/dports/python/py-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py-pyqt4/Portfile 2008-12-23 21:50:18 UTC (rev 44237)
+++ trunk/dports/python/py-pyqt4/Portfile 2008-12-23 21:51:08 UTC (rev 44238)
@@ -4,6 +4,7 @@
name py-pyqt4
version 4.4.3
+revision 1
platforms macosx
categories python devel
maintainers gmail.com:tim.stoop
@@ -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.4 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/5874e774/attachment.html>
More information about the macports-changes
mailing list