diff options
Diffstat (limited to 'cad/spice/files/patch-bb')
-rw-r--r-- | cad/spice/files/patch-bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/spice/files/patch-bb b/cad/spice/files/patch-bb deleted file mode 100644 index 864d6f4..0000000 --- a/cad/spice/files/patch-bb +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - } |