[88597] trunk/dports/php/php5-redis/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 5 09:17:46 PST 2012


Revision: 88597
          http://trac.macports.org/changeset/88597
Author:   ryandesign at macports.org
Date:     2012-01-05 09:17:45 -0800 (Thu, 05 Jan 2012)
Log Message:
-----------
php5-redis: use llvm-gcc-4.2 instead of clang; see #32775

Modified Paths:
--------------
    trunk/dports/php/php5-redis/Portfile

Modified: trunk/dports/php/php5-redis/Portfile
===================================================================
--- trunk/dports/php/php5-redis/Portfile	2012-01-05 16:53:31 UTC (rev 88596)
+++ trunk/dports/php/php5-redis/Portfile	2012-01-05 17:17:45 UTC (rev 88597)
@@ -23,6 +23,10 @@
 checksums               sha1    852b1d066301904a0b10fbd42cfaa9421f5c1d41 \
                         rmd160  816b412fc4d9e214342ffd476037ba7736cb53f7
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args-append   --enable-redis
 
 use_parallel_build      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120105/cc0df93d/attachment.html>


More information about the macports-changes mailing list