svn commit: r311862 - head/databases/pecl-memcache
Martin Wilke
miwi at FreeBSD.org
Thu Feb 7 15:05:03 UTC 2013
Author: miwi
Date: Thu Feb 7 15:05:02 2013
New Revision: 311862
URL: http://svnweb.freebsd.org/changeset/ports/311862
Log:
- Fix Undefined symbol "mmc_queue_pop" with clang
PR: 168383
Submitted by: Nicolas Raspail <nicolas.raspail at gmail.com>
Approved by: maintainer timeout
Modified:
head/databases/pecl-memcache/Makefile
Modified: head/databases/pecl-memcache/Makefile
==============================================================================
--- head/databases/pecl-memcache/Makefile Thu Feb 7 14:57:49 2013 (r311861)
+++ head/databases/pecl-memcache/Makefile Thu Feb 7 15:05:02 2013 (r311862)
@@ -20,6 +20,7 @@ USE_PHP= zlib session
USE_PHP_BUILD= yes
USE_PHPEXT= yes
USE_PHPIZE= yes
+USE_CSTD= gnu89
.include <bsd.port.options.mk>
More information about the svn-ports-head
mailing list