summaryrefslogtreecommitdiff
path: root/www/htdig
diff options
context:
space:
mode:
authorfredb <fredb>2003-12-04 00:16:55 +0000
committerfredb <fredb>2003-12-04 00:16:55 +0000
commit5c7f571b0c87d6e68ccb5d8194b496114af46583 (patch)
tree442824e0fef9141cbf21acb688b1318abe2f89e4 /www/htdig
parent8acff71cf56916b6528904f9f161e716177329ce (diff)
downloadpkgsrc-5c7f571b0c87d6e68ccb5d8194b496114af46583.tar.gz
Add -Wno-deprecated to CXXFLAGS and CPPFLAGS, to let this build with gcc3
shipping with NetBSD-1.6ZF.
Diffstat (limited to 'www/htdig')
-rw-r--r--www/htdig/Makefile5
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: