summaryrefslogtreecommitdiff
path: root/cad/gwave/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-11-05 22:31:43 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-11-05 22:31:43 +0000
commitddeeeb7f29d3e8b7c6019bd838f60cbf632898c8 (patch)
tree24f4b20fc095f4eb382a14ca2b0409e2a1b44b65 /cad/gwave/Makefile
parent0b2fcfbd9a5bc7f5b9eeefb6541144fc494f18aa (diff)
downloadpkgsrc-ddeeeb7f29d3e8b7c6019bd838f60cbf632898c8.tar.gz
- gcc3-ify (multi-line strings)
- be explicit about the location of graph (from plotutils) to help systems which have a graph program that doesn't work here.
Diffstat (limited to 'cad/gwave/Makefile')
-rw-r--r--cad/gwave/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index ad3edced491..bda8bd4e9c7 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/09/12 20:47:11 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.18 2003/11/05 22:31:43 dmcmahill Exp $
#
DISTNAME= gwave-20030804
@@ -12,6 +12,13 @@ COMMENT= Viewer for spice-like simulator output and other analog data
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
+EVAL_PREFIX+= GRAPHDIR=plotutils
+CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph
+
+# make this file get rebuilt in a way that gcc3 can deal with
+post-extract:
+ ${RM} ${WRKSRC}/src/init_scheme_string.c
+
.include "../../devel/guile-gtk/buildlink2.mk"
.include "../../graphics/plotutils/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"