diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-20 15:36:16 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-20 15:36:16 +0000 |
commit | 49a619ee30e3a0fb2167cfc067ac056228c3f452 (patch) | |
tree | 8caaeee961d185f018f36f7225ec045bbb62e33b /print/ghostscript8/files/patch-lib:ps2epsi.ps | |
parent | upgrade to 3.0.0 (diff) |
- Update DISTNAME/MASTER_SITE of samsung-gdi driver
- Add workaround for the problem that ps2epsi doesn't work
PR: 37284
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=57927
Diffstat (limited to 'print/ghostscript8/files/patch-lib:ps2epsi.ps')
-rw-r--r-- | print/ghostscript8/files/patch-lib:ps2epsi.ps | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript8/files/patch-lib:ps2epsi.ps b/print/ghostscript8/files/patch-lib:ps2epsi.ps new file mode 100644 index 000000000000..8e150354428c --- /dev/null +++ b/print/ghostscript8/files/patch-lib:ps2epsi.ps @@ -0,0 +1,11 @@ +--- lib/ps2epsi.ps.orig Tue Jun 5 15:31:41 2001 ++++ lib/ps2epsi.ps Sat Apr 20 15:57:44 2002 +@@ -52,7 +52,7 @@ + /ps2epsi + { % Open the file + outfile (w) file /epsifile exch def +- //systemdict /.setsafe known { .setsafe } if ++% //systemdict /.setsafe known { .setsafe } if + % Get the device parameters + currentdevice getdeviceprops .dicttomark + /HWSize get aload pop |