ports/print/ghostscript8/files/patch-lib-pdf2dsc.ps
Hiroki Sato d4512748c6 - Fix a problem when opening a PDF file.
- Fix a build issue when TARGET_ARCH is defined.

PR:	ports/156654
PR:	ports/156607
2011-05-23 20:43:10 +00:00

11 lines
429 B
PostScript

--- lib/pdf2dsc.ps.orig 2011-05-24 05:26:51.000000000 +0900
+++ lib/pdf2dsc.ps 2011-05-24 05:27:14.000000000 +0900
@@ -116,7 +116,7 @@
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