diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-20 23:36:16 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-20 23:36:16 +0800 |
commit | 237286f731cb2721b0389a4adad7d3a545a3a787 (patch) | |
tree | 924242a8c9d978d41601001b0ccc6bb5fb01bab8 /print/ghostscript-gpl/files | |
parent | 48e6fb559884dcc9d3d7d16782cef5f3acfdd30d (diff) | |
download | freebsd-ports-gnome-237286f731cb2721b0389a4adad7d3a545a3a787.tar.gz freebsd-ports-gnome-237286f731cb2721b0389a4adad7d3a545a3a787.tar.zst freebsd-ports-gnome-237286f731cb2721b0389a4adad7d3a545a3a787.zip |
- Update DISTNAME/MASTER_SITE of samsung-gdi driver
- Add workaround for the problem that ps2epsi doesn't work
PR: 37284
Submitted by: Ports Fury
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r-- | print/ghostscript-gpl/files/patch-lib:ps2epsi.ps | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/patch-lib:ps2epsi.ps b/print/ghostscript-gpl/files/patch-lib:ps2epsi.ps new file mode 100644 index 000000000000..8e150354428c --- /dev/null +++ b/print/ghostscript-gpl/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 |