diff options
Diffstat (limited to 'print/ghostscript/patches/patch-am')
-rw-r--r-- | print/ghostscript/patches/patch-am | 13 |
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 |