<pre style='margin:0'>
Mojca Miklavec (mojca) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f4f8a278ff52a3751e5542b62e9ea3fce804c589">https://github.com/macports/macports-ports/commit/f4f8a278ff52a3751e5542b62e9ea3fce804c589</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f4f8a278ff52a3751e5542b62e9ea3fce804c589
</span>Author: Davide Liessi <davide.liessi@gmail.com>
AuthorDate: Mon May 1 13:58:41 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    glpk: disable reentrancy support for <=10.6
</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/53415
</span>---
 math/glpk/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/glpk/Portfile b/math/glpk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b4fc210..e9a9cd6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/glpk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/glpk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +33,10 @@ if { [variant_isset odbc] || [variant_isset iodbc] || [variant_isset mysql5] ||
</span>     patchfiles-append patch-configure.diff
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.major} <= 10 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append --disable-reentrant
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_parallel_build  yes
 
 test.run        yes
</pre><pre style='margin:0'>

</pre>