diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 19:12:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 19:12:20 +0000 |
commit | f239ea291484a95575cd2ad99a43268434f80947 (patch) | |
tree | 277d612725807514b6721dbc45df94f3e0009f55 /print/ghostscript-gnu/files/patch-lib:gs_init.ps | |
parent | Chase the libkakasi's version bump and bump PORTREVISION. (diff) |
** ghostscript55 has been repocopied to ghostscript-gnu **
Update to GNU Ghostscript 6.51.
PR: ports/29579
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=47707
Diffstat (limited to 'print/ghostscript-gnu/files/patch-lib:gs_init.ps')
-rw-r--r-- | print/ghostscript-gnu/files/patch-lib:gs_init.ps | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/ghostscript-gnu/files/patch-lib:gs_init.ps b/print/ghostscript-gnu/files/patch-lib:gs_init.ps new file mode 100644 index 000000000000..dd14a517967b --- /dev/null +++ b/print/ghostscript-gnu/files/patch-lib:gs_init.ps @@ -0,0 +1,19 @@ +--- lib/gs_init.ps.orig Tue Jun 5 16:42:40 2001 ++++ lib/gs_init.ps Wed Jun 20 04:16:46 2001 +@@ -1247,7 +1247,7 @@ + % Set the default screen and BG/UCR. + /.setdefaultbgucr { + systemdict /setblackgeneration known { +- { pop 0 } dup setblackgeneration setundercolorremoval ++ {} dup setblackgeneration setundercolorremoval + } if + } bind def + /.useloresscreen { % - .useloresscreen <bool> +@@ -1799,3 +1799,7 @@ + (END GC) VMDEBUG + + % The interpreter will run the initial procedure (start). ++ ++% unofficial patch: ++% make it possible to print from within acroread pdf viewer ++/Default currenthalftone /Halftone defineresource pop |