diff options
author | abs <abs> | 2000-11-22 13:19:41 +0000 |
---|---|---|
committer | abs <abs> | 2000-11-22 13:19:41 +0000 |
commit | dd6c4fa6dfab91bc8ee3bf0aacc95af93146700f (patch) | |
tree | 6b2722c615cf32da6fac7b908b5d8f315f115822 /editors | |
parent | 94fbf01d3ab5bbd517223a6c14067fd1778420fd (diff) | |
download | pkgsrc-dd6c4fa6dfab91bc8ee3bf0aacc95af93146700f.tar.gz |
Tweak CPPFLAGS to avoid using installed wv includes
Stops build breaking if wv package already installed.
Diffstat (limited to 'editors')
-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 |