1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/print/ghostscript6/files/patch-aa

38 lines
1.1 KiB
Plaintext
Raw Normal View History

1997-06-11 06:20:47 +00:00
--- 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