[osx/ios] bump libtiff from 3.8.2 to 3.9.7 and configure without X11
authordavilla <davilla@4pi.com>
Thu, 7 Feb 2013 05:55:34 +0000 (00:55 -0500)
committerdavilla <davilla@4pi.com>
Thu, 7 Feb 2013 06:20:22 +0000 (01:20 -0500)
tools/darwin/depends/tiff/Makefile

index cd2d3ac..774d1fa 100644 (file)
@@ -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