freebsd-ports/cad/spice/files/patch-bb
Joerg Wunsch f543893faf Default hardcopy prints to Postscript format instead of plot(5) which we
don't really support in FreeBSD.

No response by:	maintainer
2001-03-06 11:08:56 +00:00

11 lines
295 B
Text

--- 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;
}