summarylogtreecommitdiffstats
path: root/crack-attack-1.1.14-gcc43.patch
diff options
context:
space:
mode:
authorThibault2015-07-06 10:48:49 +0200
committerThibault2015-07-06 10:48:49 +0200
commit63e968ac88f677ca90db02f8280f5857320dbb99 (patch)
tree3ef18df3e3afa398b51f15835a3566baf7153075 /crack-attack-1.1.14-gcc43.patch
downloadaur-63e968ac88f677ca90db02f8280f5857320dbb99.tar.gz
AUR4 initial commit
Diffstat (limited to 'crack-attack-1.1.14-gcc43.patch')
-rw-r--r--crack-attack-1.1.14-gcc43.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/crack-attack-1.1.14-gcc43.patch b/crack-attack-1.1.14-gcc43.patch
new file mode 100644
index 000000000000..3e05f6571364
--- /dev/null
+++ b/crack-attack-1.1.14-gcc43.patch
@@ -0,0 +1,11 @@
+diff -up crack-attack-1.1.14/src/TextureLoader.h~ crack-attack-1.1.14/src/TextureLoader.h
+--- crack-attack-1.1.14/src/TextureLoader.h~ 2008-01-04 23:07:02.000000000 +0100
++++ crack-attack-1.1.14/src/TextureLoader.h 2008-01-04 23:07:02.000000000 +0100
+@@ -28,6 +28,7 @@
+ #define TEXTURELOADER_H
+
+ #include <GL/glut.h>
++#include <string.h>
+
+ #include "glext.h"
+ #include "sstream.h"