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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fb1ced8dcf90be486e9b99155318aaa8f9280e80">https://github.com/macports/macports-ports/commit/fb1ced8dcf90be486e9b99155318aaa8f9280e80</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 fb1ced8  gdal: allow universal build
</span>fb1ced8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fb1ced8dcf90be486e9b99155318aaa8f9280e80
</span>Author: Marcus Calhoun-Lopez <marcuscalhounlopez@gmail.com>
AuthorDate: Sat May 19 13:59:35 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gdal: allow universal build
</span>---
 gis/gdal/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 68a0032..f823a45 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -359,7 +359,9 @@ if {${jpeg2k} > 1} {
</span> post-configure {
     file copy -force ${filespath}/template-ed-GDALmake_opt /tmp/ed-GDALmake_opt
     reinplace -E "s|@@@|${prefix}|" /tmp/ed-GDALmake_opt
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    exec /bin/ed -s ${worksrcpath}/GDALmake.opt < /tmp/ed-GDALmake_opt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    foreach w ${worksrcpath_dirs} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        exec /bin/ed -s ${w}/GDALmake.opt < /tmp/ed-GDALmake_opt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span>     file delete /tmp/ed-GDALmake_opt
 }
 
</pre><pre style='margin:0'>

</pre>