diff options
author | 2008-04-30 22:56:35 +0000 | |
---|---|---|
committer | 2008-04-30 22:56:35 +0000 | |
commit | 7fa52c6d64271a7f559a190b4190e634971ff917 (patch) | |
tree | 6ef97acf228c766c00f0af938d7f07d5616b351a /games-arcade/yarsrevenge/files | |
parent | amd64 stable, bug #219635 (diff) | |
download | historical-7fa52c6d64271a7f559a190b4190e634971ff917.tar.gz historical-7fa52c6d64271a7f559a190b4190e634971ff917.tar.bz2 historical-7fa52c6d64271a7f559a190b4190e634971ff917.zip |
Fix building with gcc-4.3
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'games-arcade/yarsrevenge/files')
-rw-r--r-- | games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc43.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc43.patch b/games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc43.patch new file mode 100644 index 000000000000..fe32b6c74e6c --- /dev/null +++ b/games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc43.patch @@ -0,0 +1,10 @@ +--- yar/sgw.hxx ++++ yar/sgw.hxx +@@ -24,6 +24,7 @@ +
+ #include <iostream>
+ #include <string>
++#include <cstdlib>
+
+ #define DEFAULT_SCX (1024) // Default Screen Size and Depth
+ #define DEFAULT_SCY (768)
|