aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-07 04:04:43 +0800
committerbapt <bapt@FreeBSD.org>2013-09-07 04:04:43 +0800
commitfdb82ce3b5cc1798c7428390e89069d43d301f6c (patch)
treef1e57d52957bf5faf66f8da974e9750b9eae45d5 /databases
parentf21c2f66c0d5e2550ca821e7ae59061008d871d9 (diff)
downloadfreebsd-ports-gnome-fdb82ce3b5cc1798c7428390e89069d43d301f6c.tar.gz
freebsd-ports-gnome-fdb82ce3b5cc1798c7428390e89069d43d301f6c.tar.zst
freebsd-ports-gnome-fdb82ce3b5cc1798c7428390e89069d43d301f6c.zip
Fix build with libc++
Diffstat (limited to 'databases')
-rw-r--r--databases/libmemcached/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile
index ff2c360b0b83..9179adf7d342 100644
--- a/databases/libmemcached/Makefile
+++ b/databases/libmemcached/Makefile
@@ -19,6 +19,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-memcached
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lexecinfo"
+CXXFLAGS+= -D__STDC_CONSTANT_MACROS
.include <bsd.port.pre.mk>