<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/17dfcfc33ec959dd450cd935b3aa3a62e7f4f495">https://github.com/macports/macports-ports/commit/17dfcfc33ec959dd450cd935b3aa3a62e7f4f495</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 17dfcfc  mod_wsgi: fix build failure on macOS 10.14.4
</span>17dfcfc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 17dfcfc33ec959dd450cd935b3aa3a62e7f4f495
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu May 2 18:41:38 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mod_wsgi: fix build failure on macOS 10.14.4
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/58432
</span>---
 www/mod_wsgi/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/mod_wsgi/Portfile b/www/mod_wsgi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 95da92f..27e1a62 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/mod_wsgi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/mod_wsgi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,10 @@ configure.args      --disable-framework \
</span>                     --with-apxs=${apxs} \
                     --with-python=${prefix}/bin/python2.7
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-configure {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|-isysroot.*sdk||" ${worksrcpath}/Makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> pre-destroot {
     xinstall -d -m 755 ${mdir}
 }
</pre><pre style='margin:0'>

</pre>