diff options
author | fredb <fredb@pkgsrc.org> | 2003-12-04 00:16:55 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-12-04 00:16:55 +0000 |
commit | 648a4ffe34c96a6e650b908859320bc5bcac9865 (patch) | |
tree | 442824e0fef9141cbf21acb688b1318abe2f89e4 /www/htdig | |
parent | d80ef3efe6a62d85168920511a0f0f3d197dfefc (diff) | |
download | pkgsrc-648a4ffe34c96a6e650b908859320bc5bcac9865.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/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: |