diff options
-rw-r--r-- | www/htdig/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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: |