<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/98c49cba66c5ceaab69daee85422e10993c6efed">https://github.com/macports/macports-ports/commit/98c49cba66c5ceaab69daee85422e10993c6efed</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 98c49cba66c5ceaab69daee85422e10993c6efed
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Wed Apr 24 15:30:46 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    charm: use cxx_standard 2011 to fix build on old systems
</span>---
 office/charm/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/office/charm/Portfile b/office/charm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 39bc9aeba58..799de11412d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/office/charm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/office/charm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,10 +49,10 @@ configure.args-append \
</span> # These patches have still do be adapted to the current version:
 #patchfiles          adapt-to-osx-macports.patch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_parallel_build  yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# cc1plus: error: unrecognized command line option "-std=c++0x"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span> 
 destroot {
     xinstall -m 0755 -d ${destroot}${qt_apps_dir}
     file copy ${workpath}/build/Charm/Charm.app ${destroot}${qt_apps_dir}
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span></pre><pre style='margin:0'>

</pre>