[87044] trunk/dports/net/whois/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Nov 8 09:16:31 PST 2011


Revision: 87044
          http://trac.macports.org/changeset/87044
Author:   ryandesign at macports.org
Date:     2011-11-08 09:16:30 -0800 (Tue, 08 Nov 2011)
Log Message:
-----------
whois: use llvm-gcc-4.2 instead of clang; see #31972

Modified Paths:
--------------
    trunk/dports/net/whois/Portfile

Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile	2011-11-08 16:51:21 UTC (rev 87043)
+++ trunk/dports/net/whois/Portfile	2011-11-08 17:16:30 UTC (rev 87044)
@@ -55,6 +55,10 @@
 
 use_configure               no
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.cflags-append     -DENABLE_NLS
 configure.ldflags-append    -lintl
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111108/dcf15ce1/attachment.html>


More information about the macports-changes mailing list