<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/aab03dad4bf66c0589c8829916043b78017bc55c">https://github.com/macports/macports-ports/commit/aab03dad4bf66c0589c8829916043b78017bc55c</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 aab03da  sparsehash: supported_archs noarch
</span>aab03da is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aab03dad4bf66c0589c8829916043b78017bc55c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Dec 28 00:35:50 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    sparsehash: supported_archs noarch
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/59888
</span>---
 devel/sparsehash/Portfile | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/sparsehash/Portfile b/devel/sparsehash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 35b0af9..6243507 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/sparsehash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/sparsehash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,8 +36,11 @@ autoreconf.cmd      ./autogen.sh
</span> autoreconf.args
 depends_build-append port:autoconf port:automake port:libtool
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Don't set "supported_archs noarch" because although it is a header-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# only library, it needs the right C++ stdlib flag.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# Don't set "universal_variant no" because that causes difficulties for other
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# ports that depend on sparesehash and want to provide a universal variant.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This is a header-only library.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Setting compiler.cxx_standard (to any value) is necessary so that MacPorts
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# sets configure.cxx_stdlib, which the port needs in order to build for the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# right stdlib. I don't know what version of the C++ standard this port
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# requires, so I'll just guess.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 1998
</span></pre><pre style='margin:0'>

</pre>