diff options
author | fenner <fenner@FreeBSD.org> | 1999-09-09 08:33:11 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-09-09 08:33:11 +0800 |
commit | 571a09b4de2e9635da6a06f3042e2f28ad93bbcf (patch) | |
tree | 7338aa8b4785cf01ff9b770fb38d63e01cc85388 /math | |
parent | 91d3a735fce1f17d1ab08fec56a501f6eda55385 (diff) | |
download | freebsd-ports-gnome-571a09b4de2e9635da6a06f3042e2f28ad93bbcf.tar.gz freebsd-ports-gnome-571a09b4de2e9635da6a06f3042e2f28ad93bbcf.tar.zst freebsd-ports-gnome-571a09b4de2e9635da6a06f3042e2f28ad93bbcf.zip |
Never try creating a postscript file with #!PostScript at the top.
Diffstat (limited to 'math')
-rw-r--r-- | math/xplot/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/xplot/files/patch-ab b/math/xplot/files/patch-ab index 8c35f0da230a..148b1a9de552 100644 --- a/math/xplot/files/patch-ab +++ b/math/xplot/files/patch-ab @@ -82,3 +82,15 @@ } for (i = 0; i < NColors; i++) { +@@ -3154,11 +3151,7 @@ + * GDT: 950310: put dot font hack in. + */ + +-#ifdef SDO + fputs("%!PS\n", fp); +-#else +- fputs("%!PostScript\n", fp); +-#endif + /* Bracket the PS program with gsave/grestore so these page descriptions + can be concatenated, then printed. */ + fputs("%%BoundingBox: ", fp); |