aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2013-02-07 00:55:34 -0500
committerdavilla <davilla@4pi.com>2013-02-07 01:20:22 -0500
commit8381afef48ade1f76820eccf1a2b74753b65dac7 (patch)
tree7aa8b1dc953656e3444edd7e8337f45fe58003fd
parent58333327bf1eafefeed0857210cc346696407d67 (diff)
[osx/ios] bump libtiff from 3.8.2 to 3.9.7 and configure without X11
-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