<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3891f13895caaea19fe5e73ffd1d186705155a98">https://github.com/macports/macports-ports/commit/3891f13895caaea19fe5e73ffd1d186705155a98</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 3891f13  py-pyqt4: correctly find phonon include directory
</span>3891f13 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3891f13895caaea19fe5e73ffd1d186705155a98
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Dec 29 09:22:47 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-pyqt4: correctly find phonon include directory
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump since the port either builds correctly or not at all.
</span>---
 python/py-pyqt4/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pyqt4/Portfile b/python/py-pyqt4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 47a6113..22148d1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pyqt4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pyqt4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,6 +64,11 @@ if {${name} ne ${subport}} {
</span> 
     patchfiles-append patch-fix-qt_apps_dir.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # because CPATH is set, pkgconfig does not include ${prefix}/include even when requested
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # the configure.py script, however, adds /phonon to the include directory
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.env-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     post-patch {
         reinplace "s|@@MACPORTS_PYTHON_FRAMEWORK@@|${frameworks_dir}/Python.framework/Versions/${python.branch}/Python|" ${worksrcpath}/configure.py
 
</pre><pre style='margin:0'>

</pre>