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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ad170cbd6e89ba3d5d5c39285ef0523605cccaca">https://github.com/macports/macports-ports/commit/ad170cbd6e89ba3d5d5c39285ef0523605cccaca</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 ad170cb  Lingon: does not build with new Xcode10 build system
</span>ad170cb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ad170cbd6e89ba3d5d5c39285ef0523605cccaca
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Mon Oct 8 07:52:52 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    Lingon: does not build with new Xcode10 build system
</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/57315
</span>---
 aqua/Lingon/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/Lingon/Portfile b/aqua/Lingon/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2da0c2b..e6f6d10 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/Lingon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/Lingon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,3 +37,10 @@ worksrcdir          ${name}Source
</span> xcode.target        Lingon
 xcode.configuration Release
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# this port does not build with the new Xcode10+ build system at present
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[vercmp ${xcodeversion} 10.0] >= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.pre_args      -UseNewBuildSystem=NO
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    destroot.pre_args   -UseNewBuildSystem=NO
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span></pre><pre style='margin:0'>

</pre>