From 134a616944489c5525162ac44799bf89f62a07da Mon Sep 17 00:00:00 2001 From: abs Date: Wed, 22 Nov 2000 13:19:41 +0000 Subject: Tweak CPPFLAGS to avoid using installed wv includes Stops build breaking if wv package already installed. --- editors/abiword/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 51fe7349ecb..dc0433e14c7 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/08/23 23:14:23 tron Exp $ +# $NetBSD: Makefile,v 1.13 2000/11/22 13:19:41 abs Exp $ # # According to AbiSource's explanation of their trademark rights, @@ -35,6 +35,7 @@ ICONVSRC= libiconv-${ABIWORD_VERS}${EXTRACT_SUFX} UNIXFONTS= unixfonts-${ABIWORD_VERS}${EXTRACT_SUFX} WVSRC= wv-${ABIWORD_VERS}${EXTRACT_SUFX} +CPPFLAGS+= -I${WRKDIR}/wv # avoid using installed wv includes CPPFLAGS+= -I${LOCALBASE}/include # png.h LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib # -lpng -- cgit v1.2.3