diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-26 22:22:49 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-26 22:22:49 +0000 |
commit | b94b14dbfbe121e2c0ffd034709218b199f98260 (patch) | |
tree | aaee32add6220f5f27e14a558482aa42642d6e3f /graphics/plplot/Makefile | |
parent | ac2223fc0936b1bde524e0cd58d5569b4f5ccbad (diff) | |
download | pkgsrc-b94b14dbfbe121e2c0ffd034709218b199f98260.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' \ |