diff options
author | 2012-07-13 16:05:04 +0000 | |
---|---|---|
committer | 2012-07-13 16:05:04 +0000 | |
commit | 769efdee1763b11504a73c28ee9613a22dba1de0 (patch) | |
tree | 5eeb211c6b62c323de9ef5c20c6a8855314a5e93 /games-strategy/warmux/files/warmux-11.04.1-gcc47.patch | |
parent | Revbump because upstream changed contents of the distfiles (not saying what e... (diff) | |
download | historical-769efdee1763b11504a73c28ee9613a22dba1de0.tar.gz historical-769efdee1763b11504a73c28ee9613a22dba1de0.tar.bz2 historical-769efdee1763b11504a73c28ee9613a22dba1de0.zip |
add gcc47 patch from Peter Alfredsen (bug #424669)
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'games-strategy/warmux/files/warmux-11.04.1-gcc47.patch')
-rw-r--r-- | games-strategy/warmux/files/warmux-11.04.1-gcc47.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-strategy/warmux/files/warmux-11.04.1-gcc47.patch b/games-strategy/warmux/files/warmux-11.04.1-gcc47.patch new file mode 100644 index 000000000000..8460bcbd0b1c --- /dev/null +++ b/games-strategy/warmux/files/warmux-11.04.1-gcc47.patch @@ -0,0 +1,11 @@ +Description: Fix FTBFS with gcc 4.7. +Author: Felix Geyer <debfx-pkg@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> |