]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- fixes build on gcc 4.3
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 10 Nov 2008 19:46:30 +0000 (19:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib-gcc4.patch -> 1.2

ClanLib-gcc4.patch [new file with mode: 0644]

diff --git a/ClanLib-gcc4.patch b/ClanLib-gcc4.patch
new file mode 100644 (file)
index 0000000..2b9174d
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN ClanLib-0.8.1/Sources/GL/opengl.cpp ClanLib-0.8.1.new/Sources/GL/opengl.cpp
+--- ClanLib-0.8.1/Sources/GL/opengl.cpp        2006-10-27 03:55:01.000000000 +0200
++++ ClanLib-0.8.1.new/Sources/GL/opengl.cpp    2008-11-10 16:20:18.000000000 +0100
+@@ -27,6 +27,8 @@
+ **    (if your name is missing here, please add it)
+ */
++#include <cstring>
++
+ #include "Display/display_precomp.h"
+ #include "API/GL/opengl.h"
+ #include "API/GL/opengl_wrap.h"
This page took 0.041768 seconds and 4 git commands to generate.