[90498] trunk/dports/lang/sbcl/Portfile

easieste at macports.org easieste at macports.org
Wed Mar 7 08:06:44 PST 2012


Revision: 90498
          http://trac.macports.org/changeset/90498
Author:   easieste at macports.org
Date:     2012-03-07 08:06:43 -0800 (Wed, 07 Mar 2012)
Log Message:
-----------
Always use llvm-gcc-4.2 to compile under Darwin.  See #33446.

Modified Paths:
--------------
    trunk/dports/lang/sbcl/Portfile

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2012-03-07 16:05:09 UTC (rev 90497)
+++ trunk/dports/lang/sbcl/Portfile	2012-03-07 16:06:43 UTC (rev 90498)
@@ -6,7 +6,7 @@
 name		sbcl
 
 version		      1.0.55
-revision          3
+revision          4
 set subrevision	  ""
 
 categories	lang
@@ -113,6 +113,8 @@
 
     global host_lisp
     set host_lisp	"\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
+
+    configure.compiler llvm-gcc-4.2
 }
 
 post-patch	{
@@ -151,11 +153,6 @@
     patchfiles-append patch-base-target-features.diff
 }
 
-variant use_llvm_gcc_4_2 description {Force the use of LLVM GCC 4.2. 
-This is perhaps better handled with the gcc_select port.} { 
-    configure.compiler llvm-gcc-4.2
-}
-
 global make_sh_options
 set make_sh_options ""
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120307/543f20a1/attachment.html>


More information about the macports-changes mailing list