Skip to content

Commit

Permalink
update package giflib
Browse files Browse the repository at this point in the history
  • Loading branch information
mabrand committed May 21, 2012
1 parent e0f23e5 commit 36be30c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -1155,7 +1155,7 @@ <h2 id="packages">List of Packages</h2>
</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>
Expand Down
7 changes: 4 additions & 3 deletions src/giflib.mk
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 36be30c

Please sign in to comment.