# HG changeset patch # User Mark Brand # Date 1350296266 -7200 # Node ID 4e9d21c0ac50f7d9a175e7dbb293e3a51a0bb0ec # Parent c9b15d4d4f7d5806cb805102336e6a336f998a8b update package giflib diff -r c9b15d4d4f7d -r 4e9d21c0ac50 index.html --- a/index.html Sun Oct 14 18:36:13 2012 +0200 +++ b/index.html Mon Oct 15 12:17:46 2012 +0200 @@ -1160,7 +1160,7 @@ giflib - 5.0.0 + 5.0.1 giflib diff -r c9b15d4d4f7d -r 4e9d21c0ac50 src/giflib-1-fixes.patch --- a/src/giflib-1-fixes.patch Sun Oct 14 18:36:13 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -This file is part of MXE. -See index.html for further information. - -From e0bcec52c73afb97b91449f1e91cd4da8bf1582f Mon Sep 17 00:00:00 2001 -From: Mark Brand -Date: Wed, 4 Jul 2012 08:58:48 +0200 -Subject: [PATCH] fix dir delimiter for mingw - ---- - lib/egif_lib.c | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/lib/egif_lib.c b/lib/egif_lib.c -index 47be4d9..0e50b06 100644 ---- a/lib/egif_lib.c -+++ b/lib/egif_lib.c -@@ -17,11 +17,10 @@ two modules will be linked. Preserve this property! - - #ifdef _WIN32 - #include --#include - #else - #include --#include - #endif /* _WIN32 */ -+#include - - #include "gif_lib.h" - #include "gif_lib_private.h" --- -1.7.10.4 - diff -r c9b15d4d4f7d -r 4e9d21c0ac50 src/giflib.mk --- a/src/giflib.mk Sun Oct 14 18:36:13 2012 +0200 +++ b/src/giflib.mk Mon Oct 15 12:17:46 2012 +0200 @@ -3,7 +3,7 @@ PKG := giflib $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 0b032c2104a0956e2f91b6c11ff8c5515421cd8b +$(PKG)_CHECKSUM := 98477ca6224e3f42e443255a93c5c86d0723e2d6 $(PKG)_SUBDIR := giflib-$($(PKG)_VERSION) $(PKG)_FILE := giflib-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/giflib/giflib-5.x/$($(PKG)_FILE) @@ -25,7 +25,6 @@ --build="`config.guess`" \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-shared \ - --without-x \ CPPFLAGS='-D_OPEN_BINARY' echo 'all:' > '$(1)/doc/Makefile' $(MAKE) -C '$(1)/lib' -j '$(JOBS)' install