[90569] trunk/dports/sysutils/memcached/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 8 19:39:53 PST 2012


Revision: 90569
          http://trac.macports.org/changeset/90569
Author:   ryandesign at macports.org
Date:     2012-03-08 19:39:53 -0800 (Thu, 08 Mar 2012)
Log Message:
-----------
memcached: use llvm-gcc-4.2 instead of clang; see #33378 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/sysutils/memcached/Portfile

Modified: trunk/dports/sysutils/memcached/Portfile
===================================================================
--- trunk/dports/sysutils/memcached/Portfile	2012-03-09 03:30:47 UTC (rev 90568)
+++ trunk/dports/sysutils/memcached/Portfile	2012-03-09 03:39:53 UTC (rev 90569)
@@ -22,6 +22,10 @@
 checksums               rmd160  67f4677ba644b1b15151a6865a8377966fe19706 \
                         sha256  2cc3de341b561464da29fc5d5e2a4facc0f6aafc151f0e1d94228705e0758fdf
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args          --with-libevent=${prefix}
 
 depends_lib             port:libevent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120308/faea8212/attachment.html>


More information about the macports-changes mailing list