diff options
author | abs <abs> | 2000-11-22 13:19:41 +0000 |
---|---|---|
committer | abs <abs> | 2000-11-22 13:19:41 +0000 |
commit | 2e3aa6a8d32658f540cd56abdbca9506de1db9f8 (patch) | |
tree | 6b2722c615cf32da6fac7b908b5d8f315f115822 /editors/abiword | |
parent | 682d14a13562df9ffaa21bc81f61b7ab477687b2 (diff) | |
download | pkgsrc-2e3aa6a8d32658f540cd56abdbca9506de1db9f8.tar.gz |
Tweak CPPFLAGS to avoid using installed wv includes
Stops build breaking if wv package already installed.
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |