[127767] trunk/dports/python/py-pyqt5/Portfile

mmoll at macports.org mmoll at macports.org
Mon Nov 3 11:27:58 PST 2014


Revision: 127767
          https://trac.macports.org/changeset/127767
Author:   mmoll at macports.org
Date:     2014-11-03 11:27:58 -0800 (Mon, 03 Nov 2014)
Log Message:
-----------
py-pyqt5: fix compilation error. closes #45752

Modified Paths:
--------------
    trunk/dports/python/py-pyqt5/Portfile

Modified: trunk/dports/python/py-pyqt5/Portfile
===================================================================
--- trunk/dports/python/py-pyqt5/Portfile	2014-11-03 17:58:26 UTC (rev 127766)
+++ trunk/dports/python/py-pyqt5/Portfile	2014-11-03 19:27:58 UTC (rev 127767)
@@ -29,7 +29,9 @@
     use_configure      yes
     configure.pre_args
     configure.cmd      "${python.bin} configure.py"
-    configure.args-append  -q ${qt_qmake_cmd} --verbose --confirm-license --sip=${prefix}/bin/sip-${python.branch}
+    configure.args-append  -q ${qt_qmake_cmd} --verbose --confirm-license \
+        --sip=${prefix}/bin/sip-${python.branch} \
+        QMAKE_INCDIR+=${frameworks_dir}/QtPrintSupport.framework/Headers
 
     build.cmd          make
     build.target       all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141103/21dbc10c/attachment.html>


More information about the macports-changes mailing list