summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch')
-rw-r--r--x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch b/x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch
new file mode 100644
index 000000000000..a1c1dc129ab4
--- /dev/null
+++ b/x11-misc/rss-glx/files/rss-glx-0.8.1-gcc43.patch
@@ -0,0 +1,20 @@
+--- rss-glx_0.8.1-orig/reallyslick/cpp_src/skyrocket_sound.cpp
++++ rss-glx_0.8.1/reallyslick/cpp_src/skyrocket_sound.cpp
+@@ -24,6 +24,7 @@
+ #include <AL/al.h>
+ #include <AL/alut.h>
+
++#include <cstdlib>
+ #include <list>
+
+ #include "loadTexture.h"
+--- rss-glx_0.8.1-orig/reallyslick/Implicit/impSurface.cpp
++++ rss-glx_0.8.1/reallyslick/Implicit/impSurface.cpp
+@@ -21,6 +21,7 @@
+ #include <Implicit/impSurface.h>
+ #include <math.h>
+ #include <iostream>
++#include <cstring>
+
+
+