<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/302c214c6d0830c6fd3bb9eb539bf2765d1a93b2">https://github.com/macports/macports-ports/commit/302c214c6d0830c6fd3bb9eb539bf2765d1a93b2</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 302c214  mame: Work around C++14 compiler selection bug
</span>302c214 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 302c214c6d0830c6fd3bb9eb539bf2765d1a93b2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Dec 2 11:50:32 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    mame: Work around C++14 compiler selection bug
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://github.com/macports/macports-base/pull/162
</span>---
 emulators/mame/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/mame/Portfile b/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e9e916d..cd1122b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup github    1.0
 
 github.setup        mamedev mame 0203 mame
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,6 +49,10 @@ if {${os.platform} eq "darwin" && ([vercmp $xcodeversion 9.0] < 0)} {
</span> 
 compiler.cxx_standard   2014
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Remove this once base's compiler selection for C++14 is fixed:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/macports/macports-base/pull/162
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist {clang < 602}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> build.args-append   ARCHOPTS="${configure.cxxflags}" \
                     CC="${configure.cc}" \
                     CXX="${configure.cxx}" \
</pre><pre style='margin:0'>

</pre>