[92815] trunk/dports/devel/boehmgc-devel/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon May 7 10:14:24 PDT 2012


Revision: 92815
          https://trac.macports.org/changeset/92815
Author:   jeremyhu at macports.org
Date:     2012-05-07 10:14:24 -0700 (Mon, 07 May 2012)
Log Message:
-----------
boehmgc-devel: Fallback to llvm-gcc only in XCode 4.3 and later

Modified Paths:
--------------
    trunk/dports/devel/boehmgc-devel/Portfile

Modified: trunk/dports/devel/boehmgc-devel/Portfile
===================================================================
--- trunk/dports/devel/boehmgc-devel/Portfile	2012-05-07 17:13:08 UTC (rev 92814)
+++ trunk/dports/devel/boehmgc-devel/Portfile	2012-05-07 17:14:24 UTC (rev 92815)
@@ -43,8 +43,8 @@
 # This is now fixed in upstream svn and should be in the next release
 patchfiles asm.patch
 
-# <rdar://problem/11394446>
-if {${configure.compiler} == "clang"} {
+# <rdar://problem/11394446>, regression in 4.3
+if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.3] >= 0} {
     configure.compiler llvm-gcc-4.2
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120507/01fd3e85/attachment.html>


More information about the macports-changes mailing list