diff options
author | jtb <jtb> | 2001-02-26 22:22:49 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-02-26 22:22:49 +0000 |
commit | 771e024ce24655f01144d5f6364593509d3e76d3 (patch) | |
tree | aaee32add6220f5f27e14a558482aa42642d6e3f /graphics/plplot/Makefile | |
parent | 11f18c2b40911f06f7f6d4c58f7643c4beb711e2 (diff) | |
download | pkgsrc-771e024ce24655f01144d5f6364593509d3e76d3.tar.gz |
Don't add -Dunix to CPPFLAGS, undoing part of last change.
Diffstat (limited to 'graphics/plplot/Makefile')
-rw-r--r-- | graphics/plplot/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile index 732bdeae704..0441319c23f 100644 --- a/graphics/plplot/Makefile +++ b/graphics/plplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/26 21:42:16 jtb Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/26 22:22:49 jtb Exp $ DISTNAME= plplot-5.0.2 CATEGORIES= graphics @@ -48,9 +48,6 @@ CONFIGURE_ARGS+="--disable-python" CONFIGURE_ARGS+="--disable-itcl" CONFIGURE_ARGS+="--disable-dp" -CPPFLAGS+= -Dunix -CONFIGURE_ENV+= "CPPFLAGS=${CPPFLAGS}" - post-patch: for f in ${WRKSRC}/src/plctrl.c ; do \ ${SED} -e 's:@PREFIX@:'${PREFIX}':g' \ |