[109066] trunk/dports/lang/php5/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 13:53:11 PDT 2013


Revision: 109066
          https://trac.macports.org/changeset/109066
Author:   jeremyhu at macports.org
Date:     2013-08-07 13:53:11 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
php5: Use compiler.blacklist instead of setting configure.compiler directly

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

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2013-08-07 20:50:26 UTC (rev 109065)
+++ trunk/dports/lang/php5/Portfile	2013-08-07 20:53:11 UTC (rev 109066)
@@ -60,9 +60,7 @@
 
 destroot.keepdirs       ${destroot}${extraphpinidir}
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+compiler.blacklist  clang
 
 configure.args          --mandir=${prefix}/share/man \
                         --infodir=${prefix}/share/info \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/32e7cde6/attachment.html>


More information about the macports-changes mailing list