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

jmr at macports.org jmr at macports.org
Tue Jul 17 19:33:48 PDT 2012


Revision: 95623
          https://trac.macports.org/changeset/95623
Author:   jmr at macports.org
Date:     2012-07-17 19:33:47 -0700 (Tue, 17 Jul 2012)
Log Message:
-----------
remove compiler fallback (see #33446)

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

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2012-07-18 01:37:55 UTC (rev 95622)
+++ trunk/dports/lang/sbcl/Portfile	2012-07-18 02:33:47 UTC (rev 95623)
@@ -113,12 +113,6 @@
 
 use_configure	no
 
-# ticket #33446
-# can be removed when upstream fixes https://bugs.launchpad.net/sbcl/+bug/658414
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
-
 build		{
     reinplace s|CC=gcc|CC=${configure.cc}| ${worksrcpath}/contrib/asdf-module.mk
     system "ulimit -s 8192 && unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && cd ${worksrcpath} && export CC && CC=${configure.cc} && export CXX && CXX=${configure.cxx} && export CPP && CPP==${configure.cpp} && sh ./make.sh ${make_sh_options} --prefix=${prefix} --xc-host=${host_lisp}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120717/aac0d1b5/attachment-0001.html>


More information about the macports-changes mailing list