From d96406223bdac1777a54e298c6a3bdafad78852c Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 26 Aug 2014 01:59:09 +0000 Subject: - Fix build by disabling warning which shoots on libdbi and is fatal due to -Werror Approved by: portmgr blanket MFH: 2014Q3 --- net-mgmt/collectd5/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net-mgmt/collectd5') diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 0e2becf6155c..30c3298a9f6a 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -202,6 +202,7 @@ CONFIGURE_ARGS+=--disable-debug LIB_DEPENDS+= libdbi.so:${PORTSDIR}/databases/libdbi CONFIGURE_ARGS+=--with-libdbi=${LOCALBASE} --enable-dbi PLIST_SUB+= DBI="" +CFLAGS+= -Wno-deprecated-declarations .else CONFIGURE_ARGS+=--without-libdbi --disable-dbi PLIST_SUB+= DBI="@comment " -- cgit