Revision
110450
Author
jeremyhu@macports.org
Date
2013-08-30 23:51:27 -0700 (Fri, 30 Aug 2013)

Log Message

memcacheq: Build with clang

Modified Paths

Diff

Modified: trunk/dports/sysutils/memcacheq/Portfile (110449 => 110450)


--- trunk/dports/sysutils/memcacheq/Portfile	2013-08-31 06:28:55 UTC (rev 110449)
+++ trunk/dports/sysutils/memcacheq/Portfile	2013-08-31 06:51:27 UTC (rev 110450)
@@ -20,14 +20,13 @@
 checksums                   sha1    fc373e02335301cbfe4c00420bdf8592ca2bf95a \
                             rmd160  7a8b7e4658915d011d148bcd6427a0aa13aaa908
 
-compiler.blacklist          clang
-
 depends_lib                 port:libevent \
                             port:db47
 
 configure.args              --with-libevent=${prefix}
 
-configure.cflags-append     -I${prefix}/include/db47
+configure.cflags-append     -std=gnu89
+configure.cppflags-append   -I${prefix}/include/db47
 configure.ldflags-append    -L${prefix}/lib/db47
 
 livecheck.type              regex