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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6f1d61a72d36324c9e9462ca506f02d5e1d16d15">https://github.com/macports/macports-ports/commit/6f1d61a72d36324c9e9462ca506f02d5e1d16d15</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 6f1d61a  php-svn: Fix build on Mac OS X 10.6 and earlier
</span>6f1d61a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6f1d61a72d36324c9e9462ca506f02d5e1d16d15
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Oct 6 12:11:26 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    php-svn: Fix build on Mac OS X 10.6 and earlier
</span>---
 php/php-svn/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-svn/Portfile b/php/php-svn/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9f80401..ba1dd95 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-svn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-svn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,6 +32,9 @@ if {${name} ne ${subport}} {
</span>     configure.args-append   --with-svn=${prefix} \
                             --with-svn-apr=${prefix}/bin/apr-1-config
     
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # error: "for" loop initial declaration used outside C99 mode
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cflags-append -std=c99
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     post-destroot {
         xinstall -d ${destroot}${prefix}/share/examples
         copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${subport}
</pre><pre style='margin:0'>

</pre>