1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/tiff/files/patch-ac
Steve Price 92c1a433ea Update to version 3.4-beta37.
PR:		9641
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
1999-05-10 19:57:21 +00:00

15 lines
517 B
Plaintext

--- tools/Makefile.in.orig Tue Sep 2 13:54:34 1997
+++ tools/Makefile.in Sat Jan 23 10:44:45 1999
@@ -46 +46 @@
-OPTIMIZER=-O
+#OPTIMIZER=-O
@@ -48 +48 @@
-CFLAGS = @ENVOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH}
+CFLAGS = @ENVOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH} -L../libtiff
@@ -50 +50 @@
-TIFFLIB = ${DEPTH}/libtiff/libtiff.@DSOSUF@
+TIFFLIB = ${DEPTH}/libtiff/libtiff.@DSOSUF_VERSION@
@@ -56 +56 @@
-LIBS = ${LIBTIFF} ${LIBJPEG} ${LIBGZ} ${LIBPORT} ${MACHLIBS}
+LIBS = ${LIBJPEG} ${LIBGZ} ${LIBPORT} ${MACHLIBS} -ltiff