<pre style='margin:0'>
Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e0d8205ea07195eb3dcc4b0b097fec709d0d7183">https://github.com/macports/macports-ports/commit/e0d8205ea07195eb3dcc4b0b097fec709d0d7183</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e0d8205ea07195eb3dcc4b0b097fec709d0d7183
</span>Author: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
AuthorDate: Mon Jun 26 14:28:31 2017 -0700
<span style='display:block; white-space:pre;color:#404040;'> mozjs24: Add a comment to future readers that blacklist changes need matching changes in gjs
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> There is already such a comment in gjs.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
</span>---
lang/mozjs24/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/mozjs24/Portfile b/lang/mozjs24/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8c5af1c..0f913a1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/mozjs24/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/mozjs24/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,6 +43,8 @@ worksrcdir ${distname}/js/src
</span>
use_autoconf yes
autoconf.cmd autoconf213
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# When modifying this blacklist, also update the gjs blacklist.
</span> compiler.blacklist *gcc* {clang < 300}
# This is most likely a project bug.
</pre><pre style='margin:0'>
</pre>