tag 667119 patch thanks Matthias Klose <d...@debian.org> (03/04/2012): > Package: blocks-of-the-undead > Version: 1.0-4 > Severity: important > Tags: sid wheezy > User: debian-...@lists.debian.org > Usertags: ftbfs-gcc-4.7
Here's a patch to fix this FTBFS. No intent to NMU. Mraw, KiBi.
diff -u blocks-of-the-undead-1.0/debian/changelog blocks-of-the-undead-1.0/debian/changelog --- blocks-of-the-undead-1.0/debian/changelog +++ blocks-of-the-undead-1.0/debian/changelog @@ -1,3 +1,11 @@ +blocks-of-the-undead (1.0-4.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gcc 4.7 due to missing <unistd.h> include + (Closes: #667119). + + -- Cyril Brulebois <k...@debian.org> Wed, 04 Apr 2012 22:40:13 +0000 + blocks-of-the-undead (1.0-4) unstable; urgency=low [ Paul Wise ] diff -u blocks-of-the-undead-1.0/debian/patches/series blocks-of-the-undead-1.0/debian/patches/series --- blocks-of-the-undead-1.0/debian/patches/series +++ blocks-of-the-undead-1.0/debian/patches/series @@ -3,0 +4 @@ +04_fix_ftbfs_with_gcc_4.7.patch only in patch2: unchanged: --- blocks-of-the-undead-1.0.orig/debian/patches/04_fix_ftbfs_with_gcc_4.7.patch +++ blocks-of-the-undead-1.0/debian/patches/04_fix_ftbfs_with_gcc_4.7.patch @@ -0,0 +1,7 @@ +--- a/TetrisAttack/src/CTetrisGame.cpp ++++ b/TetrisAttack/src/CTetrisGame.cpp +@@ -1,3 +1,4 @@ ++#include <unistd.h> + #include "tetris.h" + + CTetrisGame::CTetrisGame(int screenX, int screenY, int bitDepth, bool fullscreen, CTetrisTheme *theme, const list<CVector> &fieldOffsets)
signature.asc
Description: Digital signature