<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/41a82a52966f1b658dda34f3a0796ad7db14b356">https://github.com/macports/macports-ports/commit/41a82a52966f1b658dda34f3a0796ad7db14b356</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 41a82a52966f1b658dda34f3a0796ad7db14b356
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Mon Feb 12 12:21:42 2018 -0800
<span style='display:block; white-space:pre;color:#404040;'> pugixml: make c++11 explicit
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> build of mkvtoolnix fails with link errors
</span><span style='display:block; white-space:pre;color:#404040;'> if pugixml is not built with c++11 features
</span>---
textproc/pugixml/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/pugixml/Portfile b/textproc/pugixml/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 250e4cc..ddf03367 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/pugixml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/pugixml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span>
PortGroup github 1.0
PortGroup cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup cxx11 1.1
</span>
github.setup zeux pugixml 1.8.1 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,3 +22,4 @@ checksums sha256 929c4657c207260f8cc28e5b788b7499dffdba60d83d59f55ea3
</span> rmd160 5663e6f5226f0ce12b4c93d16a5b8cda1811ea57
configure.args-append -DBUILD_SHARED_LIBS=ON
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DCMAKE_CXX_FLAGS='-std=c++11'
</span></pre><pre style='margin:0'>
</pre>