[fenix] 127/127: Fix the build with giflib5.

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 5ee7b68c334b3df5adc2bbf8d6fa61517ef03e49
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Dec 17 16:37:09 2015 +0200

    Fix the build with giflib5.
    
    Closes:		#803279
    Submitted by:	Matthias Klose <doko at debian.org>
---
 debian/changelog            |  7 +++++++
 debian/patches/giflib5.diff | 18 ++++++++++++++++++
 debian/patches/series       |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1b8858a..af372f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium
+
+  * Fix the build with giflib5 using the patch supplied by
+    Matthias Klose <doko at debian.org>.  Closes: #803279
+
+ -- Peter Pentchev <roam at ringlet.net>  Thu, 17 Dec 2015 16:11:53 +0200
+
 fenix (0.92a.dfsg1-11) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/giflib5.diff b/debian/patches/giflib5.diff
new file mode 100644
index 0000000..a94832e
--- /dev/null
+++ b/debian/patches/giflib5.diff
@@ -0,0 +1,18 @@
+Description: Fix the build with giflib5
+Forwarded: no
+Author: Matthias Klose <doko at debian.org>
+Last-Update: 2015-12-17
+
+Index: b/map/map.c
+===================================================================
+--- a/map/map.c
++++ b/map/map.c
+@@ -222,7 +222,7 @@ MAP * load_gif (const char * filename)
+ 	MAP * map ;
+ 	ColorMapObject * pal ;
+ 
+-	file = DGifOpenFileName (filename) ;
++	file = DGifOpenFileName (filename, NULL) ;
+ 	if (!file) return NULL ;
+ 	DGifSlurp (file) ;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 71996f1..b76aeaf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -28,3 +28,4 @@ kfreebsd.patch
 no_--as-needed_in_fxi-src-Makefile.patch
 libgif.patch
 fix_ftbfs_libpng1.5.patch
+giflib5.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git



More information about the Pkg-games-commits mailing list