aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2001-03-06 11:08:56 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2001-03-06 11:08:56 +0000
commitf543893faf994cdeec81c5395619df28722e8bc9 (patch)
tree5a73da54af972f8c503bce330f1449494f41f0a4 /cad
parent0d57081ce006a0d2999fbbbf6fca4e7659fa0cc3 (diff)
downloadports-f543893faf994cdeec81c5395619df28722e8bc9.tar.gz
ports-f543893faf994cdeec81c5395619df28722e8bc9.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/spice/files/patch-bb11
1 files changed, 11 insertions, 0 deletions
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;
+ }