diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-05-19 14:40:56 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-05-19 14:40:56 +0000 |
commit | 3923fcf7619eeb46bb45452d8b22eff07a8a3c8f (patch) | |
tree | d024225d477d7fc1f0a3df87d2ced08d1a414df0 /games-server/cyphesis/files | |
parent | Removal of 2.6.34 for compile error and manifest update for bug #319993 (diff) | |
download | gentoo-2-3923fcf7619eeb46bb45452d8b22eff07a8a3c8f.tar.gz gentoo-2-3923fcf7619eeb46bb45452d8b22eff07a8a3c8f.tar.bz2 gentoo-2-3923fcf7619eeb46bb45452d8b22eff07a8a3c8f.zip |
Fix build with gcc-4.5 Bug #320477
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-server/cyphesis/files')
-rw-r--r-- | games-server/cyphesis/files/cyphesis-0.5.22-gcc45.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-server/cyphesis/files/cyphesis-0.5.22-gcc45.patch b/games-server/cyphesis/files/cyphesis-0.5.22-gcc45.patch new file mode 100644 index 000000000000..7e5c33da049c --- /dev/null +++ b/games-server/cyphesis/files/cyphesis-0.5.22-gcc45.patch @@ -0,0 +1,10 @@ +--- physics/Collision.h.old 2010-05-19 14:31:30.000000000 +0200 ++++ physics/Collision.h 2010-05-19 14:31:44.000000000 +0200 +@@ -22,6 +22,7 @@ + + #include "physics/Vector3D.h" + ++#include <wfmath/point.h> + #include <wfmath/axisbox.h> + + #include <map> |