summaryrefslogtreecommitdiffstats
path: root/cad/spice/files
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2001-03-06 11:08:56 +0000
committerjoerg <joerg@FreeBSD.org>2001-03-06 11:08:56 +0000
commitf2269a27240ab1e40733f5849d6618c4537a674a (patch)
tree7aef259c84c5521ad92d076fdffe3e8c60281b3c /cad/spice/files
parenta8dbfde799d26370a4ead71ab295e86fa0aa63f3 (diff)
downloadFreeBSD-ports-f2269a27240ab1e40733f5849d6618c4537a674a.zip
FreeBSD-ports-f2269a27240ab1e40733f5849d6618c4537a674a.tar.gz
Default hardcopy prints to Postscript format instead of plot(5) which we
don't really support in FreeBSD. No response by: maintainer
Diffstat (limited to 'cad/spice/files')
-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 0000000..864d6f4
--- /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;
+ }
OpenPOWER on IntegriCloud