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

jeremyhu at macports.org jeremyhu at macports.org
Sun May 6 22:01:17 PDT 2012


Revision: 92795
          https://trac.macports.org/changeset/92795
Author:   jeremyhu at macports.org
Date:     2012-05-06 22:01:16 -0700 (Sun, 06 May 2012)
Log Message:
-----------
boehmgc-devel: Fix the radar number and the compiler check

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

Modified: trunk/dports/devel/boehmgc-devel/Portfile
===================================================================
--- trunk/dports/devel/boehmgc-devel/Portfile	2012-05-07 04:42:57 UTC (rev 92794)
+++ trunk/dports/devel/boehmgc-devel/Portfile	2012-05-07 05:01:16 UTC (rev 92795)
@@ -43,8 +43,8 @@
 # This is now fixed in upstream svn and should be in the next release
 patchfiles asm.patch
 
-# <rdar://problem/11394255>
-if {[string match "*clang*" ${configure.compiler}]} {
+# <rdar://problem/11394446>
+if {${configure.compiler} == "clang"} {
     configure.compiler llvm-gcc-4.2
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120506/2b2dfb2e/attachment.html>


More information about the macports-changes mailing list