diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-09-09 00:33:11 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-09-09 00:33:11 +0000 |
commit | 02a132cf91135c5546fbba1c0cef33c697c1b5b1 (patch) | |
tree | 2838fcc7231327006f040e6667b10694e7a29514 /math | |
parent | 1691f08756853808eeb9d36983e819da90ab7678 (diff) | |
download | ports-02a132cf91135c5546fbba1c0cef33c697c1b5b1.tar.gz ports-02a132cf91135c5546fbba1c0cef33c697c1b5b1.zip |
Notes
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); |