summaryrefslogtreecommitdiff
path: root/graphics/plplot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/plplot/Makefile')
-rw-r--r--graphics/plplot/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile
index b4696177fd4..732bdeae704 100644
--- a/graphics/plplot/Makefile
+++ b/graphics/plplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/02/25 21:08:58 jtb Exp $
+# $NetBSD: Makefile,v 1.10 2001/02/26 21:42:16 jtb Exp $
DISTNAME= plplot-5.0.2
CATEGORIES= graphics
@@ -48,6 +48,9 @@ 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' \