diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-06-15 10:13:37 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-06-15 10:13:37 +0000 |
commit | ae3c7d9e992d668b39f39b71ae585823658e5887 (patch) | |
tree | d58b70a33bbe82dfdfc70f88932af86100af1503 /dev-libs/tntnet/files | |
parent | No hardware to test, so back to ~alpha for stable version. (diff) | |
download | gentoo-2-ae3c7d9e992d668b39f39b71ae585823658e5887.tar.gz gentoo-2-ae3c7d9e992d668b39f39b71ae585823658e5887.tar.bz2 gentoo-2-ae3c7d9e992d668b39f39b71ae585823658e5887.zip |
Fix building with gcc-4.3, Bug #226375.
(Portage version: 2.1.5.5)
Diffstat (limited to 'dev-libs/tntnet/files')
-rw-r--r-- | dev-libs/tntnet/files/tntnet-1.6.3-gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/tntnet/files/tntnet-1.6.3-gcc43.patch b/dev-libs/tntnet/files/tntnet-1.6.3-gcc43.patch new file mode 100644 index 000000000000..699861c0d446 --- /dev/null +++ b/dev-libs/tntnet/files/tntnet-1.6.3-gcc43.patch @@ -0,0 +1,11 @@ +--- sdk/tools/ecppc/scopevar.cpp.orig 2008-06-13 16:09:16.000000000 +0000 ++++ sdk/tools/ecppc/scopevar.cpp 2008-06-13 16:13:04.000000000 +0000 +@@ -22,6 +22,7 @@ + #include <tnt/stringescaper.h> + #include <iterator> + #include <iostream> ++#include <algorithm> + + namespace tnt + { + |