[91345] trunk/dports/devel/libzookeeper/Portfile

hum at macports.org hum at macports.org
Fri Mar 30 07:20:41 PDT 2012


Revision: 91345
          https://trac.macports.org/changeset/91345
Author:   hum at macports.org
Date:     2012-03-30 07:20:38 -0700 (Fri, 30 Mar 2012)
Log Message:
-----------
libzookeeper: append openmaintainer; fix build with clang; see http://lists.macosforge.org/pipermail/macports-dev/2012-March/018419.html.

Modified Paths:
--------------
    trunk/dports/devel/libzookeeper/Portfile

Modified: trunk/dports/devel/libzookeeper/Portfile
===================================================================
--- trunk/dports/devel/libzookeeper/Portfile	2012-03-30 12:56:34 UTC (rev 91344)
+++ trunk/dports/devel/libzookeeper/Portfile	2012-03-30 14:20:38 UTC (rev 91345)
@@ -5,7 +5,7 @@
 
 name                libzookeeper
 version             3.3.5
-maintainers         brett hum
+maintainers         brett hum openmaintainer
 categories          devel
 platforms           darwin
 license             Apache-2.0
@@ -44,7 +44,7 @@
 }
 
 if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
+    configure.cflags-append "--std=gnu89"
 }
 
 build.args          CFLAGS="${configure.cflags} [get_canonical_archflags]"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120330/a130c532/attachment.html>


More information about the macports-changes mailing list