Ticket #18875: py25-pyqt4_qt44-fix.patch
File py25-pyqt4_qt44-fix.patch, 568 bytes (added by jonas@…, 16 years ago) |
---|
-
Portfile
old new 26 26 27 27 #patchfiles patch-configure.py 28 28 29 set qt_dir ${prefix}/ libexec/qt4-mac29 set qt_dir ${prefix}/share/qt4-mac 30 30 31 31 pre-configure { 32 32 file copy -force ${qt_dir}/mkspecs/macx-g++/qmake.conf \ … … 37 37 } 38 38 39 39 configure.cmd "${prefix}/bin/python2.5 configure.py \ 40 -g -q ${ qt_dir}/bin/qmake \40 -g -q ${prefix}/bin/qmake \ 41 41 --confirm-license" 42 42 configure.pre_args 43 43 configure.post_args LFLAGS="-F${prefix}/Library/Frameworks -L${prefix}/lib"