diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-26 21:42:16 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-26 21:42:16 +0000 |
commit | 4911d745fc8e79f38b251c182cc558d0c8f30599 (patch) | |
tree | 3773475420c2953ad43e1e8ddb6db2a45d345d5e /graphics/plplot/Makefile | |
parent | ba49fd45486dc80e1517d580ba1aa56727ce37cc (diff) | |
download | pkgsrc-4911d745fc8e79f38b251c182cc558d0c8f30599.tar.gz |
Include <sys/types.h>. Add -Dunix to CPPFLAGS. This might fix Alpha bulk
build problem.
Diffstat (limited to 'graphics/plplot/Makefile')
-rw-r--r-- | graphics/plplot/Makefile | 5 |
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' \ |