<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1880ad76e36da4d291b60d936421002bffb3038e">https://github.com/macports/macports-ports/commit/1880ad76e36da4d291b60d936421002bffb3038e</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 1880ad7 mozjs60: disable failing xcode checks on 10.8 and earlier
</span>1880ad7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 1880ad76e36da4d291b60d936421002bffb3038e
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Dec 19 17:00:19 2019 -0800
<span style='display:block; white-space:pre;color:#404040;'> mozjs60: disable failing xcode checks on 10.8 and earlier
</span>---
lang/mozjs60/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/mozjs60/Portfile b/lang/mozjs60/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 404d81f..9f1fa79 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/mozjs60/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/mozjs60/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,6 +64,10 @@ configure.cmd ../configure
</span> configure.args --with-system-nspr \
--disable-readline
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.platform} eq "darwin" && ${os.major} < 13 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append --disable-xcode-checks
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> build.env-append SHELL=/bin/bash
build.dir ${worksrcpath}/js/src/obj
destroot.dir ${worksrcpath}/js/src/obj
</pre><pre style='margin:0'>
</pre>