[110373] trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl
Revision: 110373 https://trac.macports.org/changeset/110373 Author: jeremyhu@macports.org Date: 2013-08-30 12:14:19 -0700 (Fri, 30 Aug 2013) Log Message: ----------- wxWidgets-1.0: Adjust clang blacklisting to pick up MP clangs Modified Paths: -------------- trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl =================================================================== --- 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} {
participants (1)
-
jeremyhu@macports.org