<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/1cc7f6ca51d49dec73f1a0e70c1109bdbd292392">https://github.com/macports/macports-ports/commit/1cc7f6ca51d49dec73f1a0e70c1109bdbd292392</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 1cc7f6c  GLC_lib: Specify C++03 standard
</span>1cc7f6c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1cc7f6ca51d49dec73f1a0e70c1109bdbd292392
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue May 26 06:03:24 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    GLC_lib: Specify C++03 standard
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60549
</span>---
 graphics/GLC_lib/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/GLC_lib/Portfile b/graphics/GLC_lib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7cabdf4..3bbbf9c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/GLC_lib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/GLC_lib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,10 @@ post-patch {
</span> 
 configure.args      GLC_lib.pro
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/laumaya/GLC_lib/issues/30
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2013
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append -std=c++03
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.type      regex
 livecheck.url       http://sourceforge.net/api/file/index/project-id/153150/mtime/desc/rss?path=%2Fglc-lib
 livecheck.regex     ${name}_(\\d+(\\.\\d+)+)
</pre><pre style='margin:0'>

</pre>