<pre style='margin:0'>
Dan Ports (drkp) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/07288e06b2d9f9b666ac01131f7157ff22fd43fb">https://github.com/macports/macports-ports/commit/07288e06b2d9f9b666ac01131f7157ff22fd43fb</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 07288e06b2d9f9b666ac01131f7157ff22fd43fb
</span>Author: Ken Cunningham <ken.cunningham.webuse@gmail.com>
AuthorDate: Mon Aug 28 08:12:03 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    texlive-bin: work around differences between libc++ and libstdc++ headers building with clang
</span>---
 tex/texlive-bin/Portfile | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tex/texlive-bin/Portfile b/tex/texlive-bin/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2a6b62e..374fd1b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tex/texlive-bin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tex/texlive-bin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -218,6 +218,14 @@ if {[string match *clang* ${configure.cxx}]} {
</span>     build.env-append        OBJCXXFLAGS="${configure.objcxxflags} [get_canonical_archflags objcxx]"
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# work around differences between libc++ and libstdc++ headers building with clang
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/54358#comment:26
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[string match *clang* ${configure.cxx}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cxxflags-append -std=c++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cxxflags-append -Wno-reserved-user-defined-literal
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot   {
     # Anything that gets installed into texmf-dist will be installed
     # by one of the texmf ports
</pre><pre style='margin:0'>

</pre>