aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/darwin/depends/tiff/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/darwin/depends/tiff/Makefile b/tools/darwin/depends/tiff/Makefile
index cd2d3acf9c..774d1fa491 100644
--- a/tools/darwin/depends/tiff/Makefile
+++ b/tools/darwin/depends/tiff/Makefile
@@ -2,12 +2,14 @@ include ../Makefile.include
# lib name, version
LIBNAME=tiff
-VERSION=3.8.2
+VERSION=3.9.7
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
+BASE_URL=http://download.osgeo.org/libtiff
# configuration settings
-CONFIGURE=./configure --prefix=$(PREFIX)
+CONFIGURE=./configure --prefix=$(PREFIX) \
+ --without-x
LIBDYLIB=$(SOURCE)/libtiff/.libs/lib$(LIBNAME).dylib