<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/5f87a7089d78f08e0674db5de0a27c1b4ea528e4">https://github.com/macports/macports-ports/commit/5f87a7089d78f08e0674db5de0a27c1b4ea528e4</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 5f87a70  GLC_lib: make c++ compiler spec match
</span>5f87a70 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5f87a7089d78f08e0674db5de0a27c1b4ea528e4
</span>Author: kencu <ken.cunningham.webuse@gmail.com>
AuthorDate: Tue May 26 07:09:22 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    GLC_lib: make c++ compiler spec match
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    typo fix
</span><span style='display:block; white-space:pre;color:#404040;'>    to be noted that at present, macports doesn't recognize
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    compiler.cxx_standard 2003
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    as being different than the default 1998
</span><span style='display:block; white-space:pre;color:#404040;'>    but perhaps someday in the future it might I guess
</span>---
 graphics/GLC_lib/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 547d72c..8e01c28 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;'>@@ -36,7 +36,7 @@ post-patch {
</span> configure.args      GLC_lib.pro
 
 # https://github.com/laumaya/GLC_lib/issues/30
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard 2013
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2003
</span> configure.cxxflags-append -std=c++03
 
 livecheck.type      regex
</pre><pre style='margin:0'>

</pre>