[SCM] WarMUX PKG branch, master, updated. 4ca980a23236bcf61f68e34040ae1079f833ba8f
Felix Geyer
debfx-pkg at fobos.de
Sun May 13 09:22:00 UTC 2012
The following commit has been merged in the master branch:
commit 4ca980a23236bcf61f68e34040ae1079f833ba8f
Author: Felix Geyer <debfx-pkg at fobos.de>
Date: Sun May 13 11:21:41 2012 +0200
Fix FTBFS with gcc 4.7.
Closes: #672051
diff --git a/debian/changelog b/debian/changelog
index 8bc92dc..ae85f5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+warmux (1:11.04.1+repack-3) UNRELEASED; urgency=low
+
+ * Fix FTBFS with gcc 4.7. (Closes: #672051)
+ - Add 07_fix_build_gcc47.patch
+
+ -- Felix Geyer <debfx-pkg at fobos.de> Sun, 13 May 2012 11:13:07 +0200
+
warmux (1:11.04.1+repack-2) unstable; urgency=low
* Switch to debhelper compat level v9 which exports build flags.
diff --git a/debian/patches/07_fix_build_gcc47.patch b/debian/patches/07_fix_build_gcc47.patch
new file mode 100644
index 0000000..8460bcb
--- /dev/null
+++ b/debian/patches/07_fix_build_gcc47.patch
@@ -0,0 +1,11 @@
+Description: Fix FTBFS with gcc 4.7.
+Author: Felix Geyer <debfx-pkg at fobos.de>
+
+--- warmux-11.04.1+repack.orig/tools/list_games/main.cpp
++++ warmux-11.04.1+repack/tools/list_games/main.cpp
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <unistd.h>
+ #include <WARMUX_types.h>
+ #include <WARMUX_network.h>
+ #include <WARMUX_index_server.h>
diff --git a/debian/patches/series b/debian/patches/series
index 23035eb..556eb8b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
04_fix_build_kfreebsd.patch
05_fix_build_libpng15.patch
06_fix_build_sdlnet.patch
+07_fix_build_gcc47.patch
--
WarMUX PKG
More information about the Pkg-games-commits
mailing list