summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-05-21 10:07:04 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-05-21 10:07:04 (GMT)
commit36be30cadb69dbfc7fb1b213c5542e4c39eaa623 (patch)
tree1cc18689e0975636b42c1c9133f73f0349fee75a
parente0f23e55feeba2129c0a87d58c79b9611b93c657 (diff)
downloadmxe-36be30cadb69dbfc7fb1b213c5542e4c39eaa623.zip
mxe-36be30cadb69dbfc7fb1b213c5542e4c39eaa623.tar.gz
mxe-36be30cadb69dbfc7fb1b213c5542e4c39eaa623.tar.bz2
update package giflib
-rw-r--r--index.html2
-rw-r--r--src/giflib.mk7
2 files changed, 5 insertions, 4 deletions
diff --git a/index.html b/index.html
index e4961f5..d9bc14e 100644
--- a/index.html
+++ b/index.html
@@ -1155,7 +1155,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="giflib-package">giflib</td>
- <td id="giflib-version">4.1.6</td>
+ <td id="giflib-version">4.2.0</td>
<td id="giflib-website"><a href="http://sourceforge.net/projects/libungif/">giflib</a></td>
</tr>
<tr>
diff --git a/src/giflib.mk b/src/giflib.mk
index 8358544..a943965 100644
--- a/src/giflib.mk
+++ b/src/giflib.mk
@@ -3,10 +3,10 @@
PKG := giflib
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 22680f604ec92065f04caf00b1c180ba74fb8562
+$(PKG)_CHECKSUM := bc942711f75de7d8539f79be34d69c0d53c381c1
$(PKG)_SUBDIR := giflib-$($(PKG)_VERSION)
$(PKG)_FILE := giflib-$($(PKG)_VERSION).tar.bz2
-$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/giflib/giflib 4.x/giflib-$($(PKG)_VERSION)/$($(PKG)_FILE)
+$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/giflib/giflib-4.x/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
@@ -18,8 +18,9 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
- --disable-shared \
+ --build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
+ --disable-shared \
--without-x \
CPPFLAGS='-D_OPEN_BINARY'
$(MAKE) -C '$(1)/lib' -j '$(JOBS)' install