<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/f92f71aefa95aa1646139891d8ab25a6525d27a0">https://github.com/macports/macports-ports/commit/f92f71aefa95aa1646139891d8ab25a6525d27a0</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 f92f71a  wxgtk-3.0: blacklist clang < 500
</span>f92f71a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f92f71aefa95aa1646139891d8ab25a6525d27a0
</span>Author: Mojca Miklavec <mojca@macports.org>
AuthorDate: Mon Mar 19 20:32:47 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    wxgtk-3.0: blacklist clang < 500
</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/56096
</span>---
 _resources/port1.0/group/wxWidgets-1.0.tcl | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/wxWidgets-1.0.tcl b/_resources/port1.0/group/wxWidgets-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 9b8c7d6..c7cb749 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/wxWidgets-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/wxWidgets-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -279,11 +279,14 @@ proc wxWidgets._set {option action args} {
</span>     wxWidgets.wxconfig  ${wxWidgets.wxdir}/wx-config
     wxWidgets.wxrc      ${wxWidgets.wxdir}/wxrc
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {[string match "wxWidgets-3.0*" ${args}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[string match "wx*-3.0*" ${args}]} {
</span>         # the following causes a crash on older versions of clang:
         #    #define wx_has_cpp11_include(h) __has_include(h)
         #    #if wx_has_cpp11_include(<unordered_map>)
         # see https://trac.macports.org/ticket/54296
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        #
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # compiling wxgtk also crashes on 10.7:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # https://trac.macports.org/ticket/56096
</span>         compiler.blacklist-append {clang < 500}
     }
 }
</pre><pre style='margin:0'>

</pre>