230f5e83e6
This is the fifteenth full release in the stable 9.x series. Highlights in this release include: * pdfwrite now preserves annotations from input PDFs (where possible). * The GhostXPS interpreter now provides the pdfwrite device with the data it requires to emit a ToUnicode CMap: thus allowing fully searchable PDFs to be created from XPS input (in the vast majority of cases). * Ghostscript now allows the default color space for PDF transparency blends. * The Ghostscript/GhostPDL configure script now has much better/fuller support for cross compiling. * The tiffscaled and tiffscaled4 devices can now use ETS (Even Tone Screening) * The toolbin/pdf_info.ps utility can now emit the PDF XML metadata. * Ghostscript has a new scan converter available (currently optional, but will become the default in a near future release). It can be enabled by using the command line option: '-dSCANCONVERTERTYPE=2'. This new implementation provides vastly improved performance with large and complex paths. * The usual round of bug fixes, compatibility changes, and incremental improvements.
17 lines
716 B
Makefile
17 lines
716 B
Makefile
$NetBSD: patch-base_lib.mak,v 1.1 2017/03/31 07:26:23 adam Exp $
|
|
|
|
Don't depend on zlib objects; instead, link against system zlib.
|
|
|
|
--- base/lib.mak.orig 2017-03-31 06:55:50.000000000 +0000
|
|
+++ base/lib.mak
|
|
@@ -3352,9 +3352,7 @@ $(GLOBJ)pdlromfs1.$(OBJ) : $(GLOBJ)pdlro
|
|
|
|
# Define the ZLIB modules needed by mnkromfs here to factor it out of top makefiles
|
|
# Also put the .h dependencies here for the same reason
|
|
-MKROMFS_ZLIB_OBJS=$(AUX)compress.$(OBJ) $(AUX)deflate.$(OBJ) \
|
|
- $(AUX)zutil.$(OBJ) $(AUX)adler32.$(OBJ) $(AUX)crc32.$(OBJ) \
|
|
- $(AUX)trees.$(OBJ)
|
|
+MKROMFS_ZLIB_OBJS=
|
|
|
|
MKROMFS_COMMON_DEPS=$(stdpre_h) $(stdint__h) $(gsiorom_h) $(arch_h)\
|
|
$(gsmemret_h) $(gsmalloc_h) $(gsstype_h) $(gp_h) $(time__h)
|