diff options
author | andreas <andreas@FreeBSD.org> | 1997-06-11 06:20:47 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-06-11 06:20:47 +0000 |
commit | 14b807c532d0e7499a11f4f72946a49c669b0da2 (patch) | |
tree | d455566b55a3b6c009c25ea324ed5af4f1e50911 /print/ghostscript55/files | |
parent | 7f85a7af2fa3b81fc27c69d6408b89f0c1dff677 (diff) | |
download | FreeBSD-ports-14b807c532d0e7499a11f4f72946a49c669b0da2.zip FreeBSD-ports-14b807c532d0e7499a11f4f72946a49c669b0da2.tar.gz |
New ghostscript 5 port
Diffstat (limited to 'print/ghostscript55/files')
-rw-r--r-- | print/ghostscript55/files/patch-aa | 37 | ||||
-rw-r--r-- | print/ghostscript55/files/patch-ab | 10 |
2 files changed, 47 insertions, 0 deletions
diff --git a/print/ghostscript55/files/patch-aa b/print/ghostscript55/files/patch-aa new file mode 100644 index 0000000..c6d98d4 --- /dev/null +++ b/print/ghostscript55/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/ghostscript55/files/patch-ab b/print/ghostscript55/files/patch-ab new file mode 100644 index 0000000..aee04b3 --- /dev/null +++ b/print/ghostscript55/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 |