<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/baa6b8094d10a0660701c5dcd6d2ff6411d4fa48">https://github.com/macports/macports-ports/commit/baa6b8094d10a0660701c5dcd6d2ff6411d4fa48</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 baa6b8094d1 cegui: use C++11 to fix build on legacy systems
</span>baa6b8094d1 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit baa6b8094d10a0660701c5dcd6d2ff6411d4fa48
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Mon Aug 12 12:11:30 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> cegui: use C++11 to fix build on legacy systems
</span>---
devel/cegui/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cegui/Portfile b/devel/cegui/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e05d7a2df42..7dfce3786f4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cegui/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cegui/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,6 +43,9 @@ patchfiles patch-cegui-include-CEGUIDynamicModule.h.diff \
</span> tinyxml.patch \
dynamic_lookup-11.patch
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# xercesc3 requires C++11, and cegui fails to build with a pre-C++11 compiler.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args --disable-corona \
--disable-external-glew \
--disable-irrlicht-renderer \
</pre><pre style='margin:0'>
</pre>