Ticket #18875: py25-pyqt4_qt44-fix.patch

File py25-pyqt4_qt44-fix.patch, 568 bytes (added by jonas@…, 15 years ago)

Patch for the Portfile to fix the mkspec path

  • Portfile

    old new  
    2626
    2727#patchfiles     patch-configure.py
    2828
    29 set qt_dir      ${prefix}/libexec/qt4-mac
     29set qt_dir      ${prefix}/share/qt4-mac
    3030
    3131pre-configure {
    3232        file copy -force ${qt_dir}/mkspecs/macx-g++/qmake.conf \
     
    3737}
    3838
    3939configure.cmd   "${prefix}/bin/python2.5 configure.py \
    40                 -g -q ${qt_dir}/bin/qmake \
     40                -g -q ${prefix}/bin/qmake \
    4141                --confirm-license"
    4242configure.pre_args
    4343configure.post_args     LFLAGS="-F${prefix}/Library/Frameworks -L${prefix}/lib"