freebsd-ports/print/ghostscript8/files/patch-base-errors.h
Hiroki Sato b5a670a4ad Update to 8.64. Changes include:
- Improvements to overprint and spot color support in documents with
  transparency, improvements to PDF and PS output, proper handling of
  PDF-specific text rendering modes and support for reading
  AES-encrypted PDF documents.

- Improved handling of CJK text, especially in vertical writing modes.

- Improved memory footprint processing some files at high resolution.

- The handling of color spaces has been moved from PostScript code to
  C.

- A number of the included printer drivers and cups wrappers have been
  updated to support a PDF-based workflow. Also fixed are several
  long-standing bugs in the pcl drivers with respect to duplex,
  resolution and paper tray selection.
2009-03-28 20:05:52 +00:00

10 lines
280 B
C

--- base/errors.h.orig 2007-06-06 07:23:38.000000000 +0900
+++ base/errors.h 2009-03-29 03:53:40.000000000 +0900
@@ -21,6 +21,6 @@
*/
/* We include that file here to backward compatibility */
-#include "ierrors.h"
+#include "../psi/ierrors.h"
#endif /* errors_INCLUDED */