tag 667368 patch thanks Matthias Klose <[email protected]> (03/04/2012): > Package: sdl-ball > Version: 1.01-1 > Severity: important > Tags: sid wheezy > User: [email protected] > Usertags: ftbfs-gcc-4.7
Here's a patch to fix this FTBFS. No intent to NMU here. Mraw, KiBi.
diff -u sdl-ball-1.01/debian/changelog sdl-ball-1.01/debian/changelog --- sdl-ball-1.01/debian/changelog +++ sdl-ball-1.01/debian/changelog @@ -1,3 +1,11 @@ +sdl-ball (1.01-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include + (Closes: #667368). + + -- Cyril Brulebois <[email protected]> Wed, 04 Apr 2012 21:17:16 +0000 + sdl-ball (1.01-1) unstable; urgency=low * New upstream release. only in patch2: unchanged: --- sdl-ball-1.01.orig/main.cpp +++ sdl-ball-1.01/main.cpp @@ -31,7 +31,7 @@ #include <vector> #include <sys/time.h> #include <sys/stat.h> - +#include <unistd.h> #include <dirent.h> #ifdef WIN32
signature.asc
Description: Digital signature

