[87859] trunk/dports/sysutils/beanstalkd/Portfile

nick at macports.org nick at macports.org
Fri Dec 9 06:15:14 PST 2011


Revision: 87859
          http://trac.macports.org/changeset/87859
Author:   nick at macports.org
Date:     2011-12-09 06:15:12 -0800 (Fri, 09 Dec 2011)
Log Message:
-----------
Bump the forced compiler from gcc to llvm-gcc, as this is the preferred fallback as per PortfileRecipes#compiler. Closes #32460.

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

Modified: trunk/dports/sysutils/beanstalkd/Portfile
===================================================================
--- trunk/dports/sysutils/beanstalkd/Portfile	2011-12-09 12:35:55 UTC (rev 87858)
+++ trunk/dports/sysutils/beanstalkd/Portfile	2011-12-09 14:15:12 UTC (rev 87859)
@@ -4,7 +4,7 @@
 
 name                    beanstalkd
 version                 1.4.6
-revision                3
+revision                4
 description             a fast, distributed, in-memory workqueue service
 long_description        \
         beanstalkd is a fast, distributed, in-memory workqueue service. \
@@ -30,7 +30,7 @@
 
 # Version 1.4.6 has problems with clang as the compiler
 if {${configure.compiler} == "clang"} {
-        configure.compiler gcc-4.2
+        configure.compiler llvm-gcc-4.2
 }
 
 startupitem.create      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111209/b56ba809/attachment-0001.html>


More information about the macports-changes mailing list