From 14b807c532d0e7499a11f4f72946a49c669b0da2 Mon Sep 17 00:00:00 2001 From: andreas Date: Wed, 11 Jun 1997 06:20:47 +0000 Subject: New ghostscript 5 port --- print/ghostscript-afpl/files/patch-aa | 37 +++++++++++++++++++++++++++++++++++ print/ghostscript-afpl/files/patch-ab | 10 ++++++++++ 2 files changed, 47 insertions(+) create mode 100644 print/ghostscript-afpl/files/patch-aa create mode 100644 print/ghostscript-afpl/files/patch-ab (limited to 'print/ghostscript-afpl/files') diff --git a/print/ghostscript-afpl/files/patch-aa b/print/ghostscript-afpl/files/patch-aa new file mode 100644 index 000000000000..c6d98d45fa38 --- /dev/null +++ b/print/ghostscript-afpl/files/patch-aa @@ -0,0 +1,37 @@ +--- unix-gcc.mak.original Thu Oct 17 07:48:54 1996 ++++ unix-gcc.mak Thu Oct 17 07:49:07 1996 +@@ -165,7 +165,7 @@ + # SVR4 may need -lnsl. + # (Libraries required by individual drivers are handled automatically.) + +-EXTRALIBS= ++EXTRALIBS=-lz + + # Define the include switch(es) for the X11 header files. + # This can be null if handled in some other way (e.g., the files are +@@ -3352,7 +3352,7 @@ + zlibe_1.dev: $(ZLIB_MAK) $(ECHOGS_XE) + $(SETMOD) zlibe_1 -lib gz + +-zlibe_=adler32.$(OBJ) deflate.$(OBJ) trees.$(OBJ) ++zlibe_= + zlibe_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibe_) + $(SETMOD) zlibe_0 $(zlibe_) + $(ADDMOD) zlibe_0 -include zlibc +@@ -3376,11 +3376,11 @@ + + zlibd1_=infblock.$(OBJ) infcodes.$(OBJ) inffast.$(OBJ) + zlibd2_=inflate.$(OBJ) inftrees.$(OBJ) infutil.$(OBJ) +-zlibd_ = $(zlibd1_) $(zlibd2_) +-zlibd_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibd_) +- $(SETMOD) zlibd_0 $(zlibd1_) +- $(ADDMOD) zlibd_0 -obj $(zlibd2_) +- $(ADDMOD) zlibd_0 -include zlibc ++zlibd_ = ++zlibd_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev ++ $(SETMOD) zlibd_0 ++ $(ADDMOD) zlibd_0 ++ $(ADDMOD) zlibd_0 + + infblock.$(OBJ): $(ZSRC)infblock.c $(ZDEP) + $(CCCZ) $(ZSRC)infblock.c diff --git a/print/ghostscript-afpl/files/patch-ab b/print/ghostscript-afpl/files/patch-ab new file mode 100644 index 000000000000..aee04b39d512 --- /dev/null +++ b/print/ghostscript-afpl/files/patch-ab @@ -0,0 +1,10 @@ +--- gs_init.ps.orig Thu Jan 2 19:23:13 1997 ++++ gs_init.ps Thu Jan 2 19:24:46 1997 +@@ -1363,3 +1363,7 @@ + (END GC) VMDEBUG + + % The interpreter will run the initial procedure (start). ++ ++% unofficial patch: ++% make it possible to print from within acroread pdf viewer ++/Default currenthalftone /Halftone defineresource pop -- cgit