[SCM] InfiniMiner/Minecraft-inspired open game world branch, master, updated. upstream/0.2.20110731.3-41-g9866429

Michael Gilbert mgilbert at debian.org
Sat Apr 21 19:58:05 UTC 2012


The following commit has been merged in the master branch:
commit 30ca97530e453e6aa2ce7205ab7399729cce553d
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sat Apr 21 14:17:52 2012 -0400

    fix gcc 4.7 build failure (closes: #667280)

diff --git a/debian/patches/gcc47.patch b/debian/patches/gcc47.patch
new file mode 100644
index 0000000..5026cf5
--- /dev/null
+++ b/debian/patches/gcc47.patch
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with gcc-4.7
+ Fix missing inclusion of <unistd.h> in src/filesys.cpp.
+Author: "P. J. McDermott" <pjm at nac.net>
+Bug-Debian: http://bugs.debian.org/667280
+Last-Update: 2012-04-19
+
+--- a/src/filesys.cpp
++++ b/src/filesys.cpp
+@@ -166,6 +166,7 @@
+ 
+ #else // POSIX
+ 
++#include <unistd.h>
+ #include <sys/types.h>
+ #include <dirent.h>
+ #include <errno.h>
diff --git a/debian/patches/series b/debian/patches/series
index 144ddee..317f58f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 debianization.patch
-#system-jthread.patch
+gcc47.patch

-- 
InfiniMiner/Minecraft-inspired open game world



More information about the Pkg-games-commits mailing list