summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-06-11 06:20:47 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-06-11 06:20:47 +0000
commit788376e24db31cdc3880bf56b13b40b05015b3a0 (patch)
tree587e74390c2f4885c85f4f5a25bf410568518f9a /print/ghostscript-gpl/files
parentUSE_X11 is not necessary if USE_IMAKE is defined. While I'm here, (diff)
New ghostscript 5 port
Notes
Notes: svn path=/head/; revision=6858
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/patch-aa37
-rw-r--r--print/ghostscript-gpl/files/patch-ab10
2 files changed, 47 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/patch-aa b/print/ghostscript-gpl/files/patch-aa
new file mode 100644
index 000000000000..c6d98d45fa38
--- /dev/null
+++ b/print/ghostscript-gpl/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-gpl/files/patch-ab b/print/ghostscript-gpl/files/patch-ab
new file mode 100644
index 000000000000..aee04b39d512
--- /dev/null
+++ b/print/ghostscript-gpl/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