diff options
author | rh <rh> | 2001-10-03 20:46:21 +0000 |
---|---|---|
committer | rh <rh> | 2001-10-03 20:46:21 +0000 |
commit | fb49692d888d5067424800fff566eeb9b8456603 (patch) | |
tree | 01ddefcd47bec005c2c54f6a8dd9262f37e160b8 /devel | |
parent | 67c89f0bb86ffd53296a581c5e38b4cdb50516a3 (diff) | |
download | pkgsrc-fb49692d888d5067424800fff566eeb9b8456603.tar.gz |
Remove -I${X11PREFIX}/include -I${LOCALBASE}/include from CPPFLAGS, now
that we are strongly buildlinked. Thanks to Johnny Lam for spotting this.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/oaf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index 59d22f54cf2..58bc5aded33 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/10/03 20:19:35 rh Exp $ +# $NetBSD: Makefile,v 1.13 2001/10/03 20:46:21 rh Exp $ # DISTNAME= oaf-0.6.6 @@ -16,7 +16,6 @@ USE_X11BASE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -CPPFLAGS+= -I${X11PREFIX}/include -I${LOCALBASE}/include REPLACE_BUILDLINK_SED= -e "s|${BUILDLINK_DIR}/|${LOCALBASE}/|g" REPLACE_BUILDLINK+= oafConf.sh |