summaryrefslogtreecommitdiff
path: root/print/ghostscript/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-03-11 12:53:52 +0000
committerdrochner <drochner@pkgsrc.org>2010-03-11 12:53:52 +0000
commitc7182f7cd9fef9cdb2821e7ebe97b1cb21463c78 (patch)
treef37e0206a633fd15e3a7e4f399aa6d65460f04fb /print/ghostscript/patches
parent28fa36f001a3117a4c407ed55d6241d801cb048d (diff)
downloadpkgsrc-c7182f7cd9fef9cdb2821e7ebe97b1cb21463c78.tar.gz
add patch from upstream (rev. 10778) to fix problems with PDF display,
from Dennis den Brok per PR pkg/42946
Diffstat (limited to 'print/ghostscript/patches')
-rw-r--r--print/ghostscript/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ghostscript/patches/patch-am b/print/ghostscript/patches/patch-am
new file mode 100644
index 00000000000..56d864dfb9f
--- /dev/null
+++ b/print/ghostscript/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.3 2010/03/11 12:53:52 drochner Exp $
+
+--- lib/pdf2dsc.ps.orig 2010-03-11 11:43:37.000000000 +0000
++++ lib/pdf2dsc.ps
+@@ -116,7 +116,7 @@ systemdict /.setsafe known { .setsafe }
+ DSCfile PDFname write==only
+ ( \(r\) file { DELAYSAFER { .setsafe } if } stopped pop\n) puts
+ ( pdfopen begin\n) puts
+- ( copy_trailer_attrs\n) puts
++ ( process_trailer_attrs\n) puts
+ (%%EndSetup\n) puts
+
+ /.hasPageLabels false def % see "Page Labels" in the PDF Reference