<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/35ca55d0ac4dde98c343b9687c9578b9d23e4068">https://github.com/macports/macports-ports/commit/35ca55d0ac4dde98c343b9687c9578b9d23e4068</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 35ca55d  xrootd: Use -std=c++11 not --std=c++11
</span>35ca55d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 35ca55d0ac4dde98c343b9687c9578b9d23e4068
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Apr 25 03:23:13 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xrootd: Use -std=c++11 not --std=c++11
</span>---
 science/xrootd/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/xrootd/Portfile b/science/xrootd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cb69827..2a66f36 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/xrootd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/xrootd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +47,7 @@ cmake.out_of_source yes
</span> # Force a compatible compiler
 compiler.blacklist-append *gcc* {clang < 900} {macports-clang-3.[0-9]} {macports-clang-[4-5].0}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cxxflags-append --std=c++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append -std=c++11
</span> compiler.cxx_standard  2011
 configure.args-append -DENABLE_CRYPTO=False \
                       -DENABLE_READLINE=False \
</pre><pre style='margin:0'>

</pre>