diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-03-06 11:08:56 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-03-06 11:08:56 +0000 |
commit | f543893faf994cdeec81c5395619df28722e8bc9 (patch) | |
tree | 5a73da54af972f8c503bce330f1449494f41f0a4 /cad/spice | |
parent | 0d57081ce006a0d2999fbbbf6fca4e7659fa0cc3 (diff) | |
download | ports-f543893faf994cdeec81c5395619df28722e8bc9.tar.gz ports-f543893faf994cdeec81c5395619df28722e8bc9.zip |
Notes
Diffstat (limited to 'cad/spice')
-rw-r--r-- | cad/spice/files/patch-bb | 11 |
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; + } |