mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0b79a54b9c
<rhwang@bigpanda.com> and Mikhail Teterin <mi@aldan.ziplink.net>. Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> and I merged these ports and modified it. TIFF 3.4 does not seem to be completely compatible with tiff 3.3, so we decided to make separate port for this version. Special thanks goes to tg, for reviewing and intensively testing. (Closing PR #2057.)
25 lines
699 B
Plaintext
25 lines
699 B
Plaintext
--- tools/Makefile.in.orig Tue Jun 11 00:25:22 1996
|
|
+++ tools/Makefile.in Tue Dec 31 13:40:41 1996
|
|
@@ -43,17 +43,17 @@
|
|
INSTALL = @INSTALL@
|
|
#
|
|
COPTS = @GCOPTS@
|
|
-OPTIMIZER=-O
|
|
+#OPTIMIZER=-O
|
|
IPATH = -I. -I${SRCDIR} -I${LIBDIR}
|
|
-CFLAGS = @ENVOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH}
|
|
+CFLAGS = @ENVOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH} -L../libtiff
|
|
#
|
|
-TIFFLIB = ${DEPTH}/libtiff/libtiff.@DSOSUF@
|
|
+TIFFLIB = ${DEPTH}/libtiff/libtiff.@DSOSUF_VERSION@
|
|
LIBJPEG = @LIBJPEG@
|
|
LIBGZ = @LIBGZ@
|
|
LIBTIFF = @TIFFLIBREF@
|
|
LIBPORT = @LIBPORT@
|
|
MACHLIBS= @MACHDEPLIBS@
|
|
-LIBS = ${LIBTIFF} ${LIBJPEG} ${LIBGZ} ${LIBPORT} ${MACHLIBS}
|
|
+LIBS = ${LIBJPEG} ${LIBGZ} @LIBPORT@ @MACHDEPLIBS@ -ltiff
|
|
#
|
|
OBJS= \
|
|
fax2tiff.o \
|