pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/htdig Add -Wno-deprecated to CXXFLAGS and CPPFLAGS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b2135d72866
branches:  trunk
changeset: 464123:0b2135d72866
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Thu Dec 04 00:16:55 2003 +0000

description:
Add -Wno-deprecated to CXXFLAGS and CPPFLAGS, to let this build with gcc3
shipping with NetBSD-1.6ZF.

diffstat:

 www/htdig/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6ae3c350a14c -r 0b2135d72866 www/htdig/Makefile
--- a/www/htdig/Makefile        Wed Dec 03 23:51:41 2003 +0000
+++ b/www/htdig/Makefile        Thu Dec 04 00:16:55 2003 +0000
@@ -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 @@
                --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:



Home | Main Index | Thread Index | Old Index