diff options
author | rh <rh@pkgsrc.org> | 2001-10-03 20:46:21 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-10-03 20:46:21 +0000 |
commit | b8f8010b568f50d8da3ff0c7d587b50682ccd92f (patch) | |
tree | 01ddefcd47bec005c2c54f6a8dd9262f37e160b8 /devel/oaf/Makefile | |
parent | 115e14e0c7e4d5a0ce71f7278d3424c30c7716e7 (diff) | |
download | pkgsrc-b8f8010b568f50d8da3ff0c7d587b50682ccd92f.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/oaf/Makefile')
-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 |