diff options
author | markd <markd@pkgsrc.org> | 2005-12-25 10:23:37 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-12-25 10:23:37 +0000 |
commit | 2f9e56b1443f96c30ebdb8d09eee93d0ba7f7726 (patch) | |
tree | 631aae76b88a07b13048072daa43ccddc5fdb98e /www | |
parent | 8d6699d42999148e74b5c7fbcbca77325c3920f2 (diff) | |
download | pkgsrc-2f9e56b1443f96c30ebdb8d09eee93d0ba7f7726.tar.gz |
Note uses libtool and don't try to use -Wno-deprecated with C. May fix
build problem on amd64 seen in bulk builds.
Diffstat (limited to 'www')
-rw-r--r-- | www/htdig-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htdig-devel/Makefile b/www/htdig-devel/Makefile index d89fa1606d4..367f46349bc 100644 --- a/www/htdig-devel/Makefile +++ b/www/htdig-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/12/17 19:26:26 markd Exp $ +# $NetBSD: Makefile,v 1.2 2005/12/25 10:23:37 markd Exp $ DISTNAME= htdig-3.2.0b6 CATEGORIES= www databases @@ -18,6 +18,7 @@ COMMENT= WWW indexing and searching system USE_PKGINSTALL= YES USE_LANGUAGES= c c++ +USE_LIBTOOL= YES GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cgi-bin-dir=${PREFIX}/libexec/cgi-bin \ @@ -28,7 +29,6 @@ CONFIGURE_ARGS+= --with-cgi-bin-dir=${PREFIX}/libexec/cgi-bin \ --with-search-dir=${PREFIX}/share/examples/htdig CONFIGURE_ENV+= PDF_PARSER="${LOCALBASE}/bin/acroread" CXXFLAGS+= -Wno-deprecated -CPPFLAGS+= ${CXXFLAGS} INSTALL_EXTRA_TMPL= ${PKGDIR}/INSTALL PKG_SYSCONFSUBDIR= htdig |