diff options
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); |