1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

- Fix build by disabling warning which shoots on libdbi and is fatal due to -Werror

Approved by:	portmgr blanket
MFH:		2014Q3
This commit is contained in:
Dmitry Marakasov 2014-08-26 01:59:09 +00:00
parent bf679849a1
commit d5908a200f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366172

View File

@ -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 "