diff options
author | 2011-04-20 07:32:12 +0000 | |
---|---|---|
committer | 2011-04-20 07:32:12 +0000 | |
commit | c2962c344fe674c90bdf5ea524a22fe4ee5180f3 (patch) | |
tree | bcc0033d663cc51e6e6da7e0d9a857d52618e73c /games-action/btanks/files | |
parent | Respecting LDFLAGS, linking correctly, #247931 & #343339; More config options... (diff) | |
download | gentoo-2-c2962c344fe674c90bdf5ea524a22fe4ee5180f3.tar.gz gentoo-2-c2962c344fe674c90bdf5ea524a22fe4ee5180f3.tar.bz2 gentoo-2-c2962c344fe674c90bdf5ea524a22fe4ee5180f3.zip |
Build with gcc-4.6 Bug #362829
(Portage version: 2.1.9.46/cvs/Linux i686)
Diffstat (limited to 'games-action/btanks/files')
-rw-r--r-- | games-action/btanks/files/btanks-0.9.8083-gcc46.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-action/btanks/files/btanks-0.9.8083-gcc46.patch b/games-action/btanks/files/btanks-0.9.8083-gcc46.patch new file mode 100644 index 000000000000..367c33cc6f24 --- /dev/null +++ b/games-action/btanks/files/btanks-0.9.8083-gcc46.patch @@ -0,0 +1,10 @@ +--- engine/sl08/sl08.h.old 2011-04-19 17:20:34.055776870 +0200 ++++ engine/sl08/sl08.h 2011-04-19 17:20:59.471398921 +0200 +@@ -22,6 +22,7 @@ + /* DO NOT MODIFY THIS FILE: IT'S AUTOGENERATED */ + + #include <list> ++#include <cstddef> + + #ifndef NULL + #define NULL ((void*) 0) |