From 5c7f571b0c87d6e68ccb5d8194b496114af46583 Mon Sep 17 00:00:00 2001 From: fredb Date: Thu, 4 Dec 2003 00:16:55 +0000 Subject: Add -Wno-deprecated to CXXFLAGS and CPPFLAGS, to let this build with gcc3 shipping with NetBSD-1.6ZF. --- www/htdig/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/htdig') diff --git a/www/htdig/Makefile b/www/htdig/Makefile index a69af0134a3..eb71ddf5f02 100644 --- a/www/htdig/Makefile +++ b/www/htdig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 22:55:36 grant Exp $ +# $NetBSD: Makefile,v 1.16 2003/12/04 00:16:55 fredb Exp $ DISTNAME= htdig-3.1.6 CATEGORIES= www databases @@ -24,7 +24,8 @@ CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/libexec/cgi-bin \ --with-database-dir=/var/db/htdig \ --with-image-dir=${PREFIX}/share/examples/htdig \ --with-search-dir=${PREFIX}/share/examples/htdig -CPPFLAGS+= -I${PREFIX}/include/db2 +CXXFLAGS+= -Wno-deprecated +CPPFLAGS+= -I${PREFIX}/include/db2 ${CXXFLAGS} PLIST_SUBST= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} post-patch: -- cgit v1.2.3