[89010] users/ryandesign/ports/lang/php54/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 17 00:33:18 PST 2012


Revision: 89010
          http://trac.macports.org/changeset/89010
Author:   ryandesign at macports.org
Date:     2012-01-17 00:33:18 -0800 (Tue, 17 Jan 2012)
Log Message:
-----------
php54: use llvm-gcc-4.2 instead of clang; see #31590

Modified Paths:
--------------
    users/ryandesign/ports/lang/php54/Portfile

Modified: users/ryandesign/ports/lang/php54/Portfile
===================================================================
--- users/ryandesign/ports/lang/php54/Portfile	2012-01-17 08:30:18 UTC (rev 89009)
+++ users/ryandesign/ports/lang/php54/Portfile	2012-01-17 08:33:18 UTC (rev 89010)
@@ -32,6 +32,10 @@
                         rmd160  afa69be764c921ce6e5b9b135758b3b8a27d0658 \
                         sha256  660298da371f4827714aad10f1e28e19fcae290c6abb7478207bfbcef0827028
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 if {${subport} == "${php}" || ${subport} == "${php}-apache2handler" || ${subport} == "${php}-cgi" || ${subport} == "${php}-fpm"} {
     
     ### SAPIs ###
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120117/c3e6e628/attachment.html>


More information about the macports-changes mailing list