Modified: trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl (110372 => 110373)
--- trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl 2013-08-30 19:04:57 UTC (rev 110372)
+++ trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl 2013-08-30 19:14:19 UTC (rev 110373)
@@ -59,8 +59,10 @@
# wxWidgets is not universal and is 32-bit only
universal_variant no
supported_archs i386 ppc
- compiler.blacklist clang
+ # wxWidgets-2.8 fails to build with clang
+ compiler.blacklist *clang*
+
pre-fetch {
# 10.8 (or later) -or- 10.7 with Xcode 4.4 (or later)
if {${os.major} >= 12 || [vercmp $xcodeversion 4.4] >= 0} {