[87849] trunk/dports/editors/xemacs/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 8 18:00:47 PST 2011


Revision: 87849
          http://trac.macports.org/changeset/87849
Author:   ryandesign at macports.org
Date:     2011-12-08 18:00:47 -0800 (Thu, 08 Dec 2011)
Log Message:
-----------
xemacs: use llvm-gcc-4.2 instead of clang; see #31679

Modified Paths:
--------------
    trunk/dports/editors/xemacs/Portfile

Modified: trunk/dports/editors/xemacs/Portfile
===================================================================
--- trunk/dports/editors/xemacs/Portfile	2011-12-09 01:32:57 UTC (rev 87848)
+++ trunk/dports/editors/xemacs/Portfile	2011-12-09 02:00:47 UTC (rev 87849)
@@ -43,6 +43,10 @@
                     sha1    dc50bc3b62e5ff1cd766c7e4f31880bd200caad5 \
                     rmd160  506b7465687ff9dafe26f46e049b6aad8915eb49
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args  --mandir=${prefix}/share/man \
                 --without-postgresql \
                 --without-ldap \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111208/af86aa56/attachment.html>


More information about the macports-changes mailing list