From 8381afef48ade1f76820eccf1a2b74753b65dac7 Mon Sep 17 00:00:00 2001 From: davilla Date: Thu, 7 Feb 2013 00:55:34 -0500 Subject: [osx/ios] bump libtiff from 3.8.2 to 3.9.7 and configure without X11 --- tools/darwin/depends/tiff/Makefile | 6 ++++-- 1 file 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 -- cgit v1.2.3