summaryrefslogtreecommitdiff
path: root/www/cadaver
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-22 16:09:14 +0000
committerjlam <jlam@pkgsrc.org>2001-05-22 16:09:14 +0000
commitb065e705f197b627fc4c1fd956b75452a16a8ac4 (patch)
tree4e45cc5471283b6fb1f0409d283cdf0a03154897 /www/cadaver
parent15a89862ea31f790da8c3de08bb10f4d7f7cf588 (diff)
downloadpkgsrc-b065e705f197b627fc4c1fd956b75452a16a8ac4.tar.gz
Pass in CPPFLAGS through CFLAGS to the configure script to eventually pass
then to libneon/Makefile. Should now pick up libintl.h if it's not in the base system. Noted by David Brownlee <abs@formula1.com>.
Diffstat (limited to 'www/cadaver')
-rw-r--r--www/cadaver/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index e49d5599950..0d0822e3bec 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/05/22 15:22:20 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/05/22 16:09:14 jlam Exp $
DISTNAME= cadaver-0.17.0
CATEGORIES= www
@@ -24,13 +24,11 @@ CONFIGURE_ARGS+= --enable-netrc
.include "../../devel/libgetopt/Makefile.getopt"
.include "../../devel/readline/Makefile.readline"
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ENV+= LIBS="${LIBS}"
CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no
CONFIGURE_ENV+= ac_cv_lib_ncurses_tputs=no
-CPPFLAGS+= -I${WRKINCDIR}
-CFLAGS+= -I${WRKINCDIR}
+CFLAGS+= -I${WRKINCDIR} ${CPPFLAGS}
LDFLAGS+= -L${WRKLIBDIR}
LIBS+= -ltermcap