summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-06-16 12:22:47 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-06-16 12:22:47 (GMT)
commit2e6fcf27f24f507a45d42716c3bf8f3156f06fb4 (patch)
tree8956ec2caf27c5bfc22e1e26905abe113aa7e00b
parent40ebee1b39f6cf0e470b5f53eb0b226836d45f0c (diff)
downloadmxe-2e6fcf27f24f507a45d42716c3bf8f3156f06fb4.zip
mxe-2e6fcf27f24f507a45d42716c3bf8f3156f06fb4.tar.gz
mxe-2e6fcf27f24f507a45d42716c3bf8f3156f06fb4.tar.bz2
update package tiff
-rw-r--r--index.html2
-rw-r--r--src/tiff.mk3
2 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 41febfe..3330a85 100644
--- a/index.html
+++ b/index.html
@@ -1860,7 +1860,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="tiff-package">tiff</td>
- <td id="tiff-version">4.0.1</td>
+ <td id="tiff-version">4.0.2</td>
<td id="tiff-website"><a href="http://www.remotesensing.org/libtiff/">LibTIFF</a></td>
</tr>
<tr>
diff --git a/src/tiff.mk b/src/tiff.mk
index 637c94d..9494f56 100644
--- a/src/tiff.mk
+++ b/src/tiff.mk
@@ -3,7 +3,7 @@
PKG := tiff
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 8baf382231c9051a1b3eb294581289aa21447171
+$(PKG)_CHECKSUM := d84b7b33a6cfb3d15ca386c8c16b05047f8b5352
$(PKG)_SUBDIR := tiff-$($(PKG)_VERSION)
$(PKG)_FILE := tiff-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://download.osgeo.org/libtiff/$($(PKG)_FILE)
@@ -19,6 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--without-x