From f543893faf994cdeec81c5395619df28722e8bc9 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 6 Mar 2001 11:08:56 +0000 Subject: Default hardcopy prints to Postscript format instead of plot(5) which we don't really support in FreeBSD. No response by: maintainer --- cad/spice/files/patch-bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cad/spice/files/patch-bb (limited to 'cad/spice/files/patch-bb') diff --git a/cad/spice/files/patch-bb b/cad/spice/files/patch-bb new file mode 100644 index 000000000000..864d6f4ba39a --- /dev/null +++ b/cad/spice/files/patch-bb @@ -0,0 +1,11 @@ +--- src/lib/fte/doplot.c.orig Sun Apr 25 23:48:45 1993 ++++ src/lib/fte/doplot.c Mon Feb 26 18:03:20 2001 +@@ -117,7 +117,7 @@ + } + + if (!cp_getvar("hcopydevtype", VT_STRING, buf)) { +- devtype = "plot5"; ++ devtype = "postscript"; + } else { + devtype = buf; + } -- cgit v1.2.3