]> git.pld-linux.org Git - packages/cal3d.git/commitdiff
- use string.h library in certain files
authorlisu <lisu@pld-linux.org>
Tue, 25 Nov 2008 10:03:58 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cal3d-string.patch -> 1.1

cal3d-string.patch [new file with mode: 0644]

diff --git a/cal3d-string.patch b/cal3d-string.patch
new file mode 100644 (file)
index 0000000..a1f872f
--- /dev/null
@@ -0,0 +1,55 @@
+--- cal3d-0.11.0/src/cal3d/hardwaremodel.cpp~  2004-12-01 23:42:18.000000000 +0100
++++ cal3d-0.11.0/src/cal3d/hardwaremodel.cpp   2008-11-25 10:39:33.000000000 +0100
+@@ -8,6 +8,8 @@
+ // your option) any later version.                                            //
+ //****************************************************************************//
++#include <string.h>
++
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+ #endif
+--- cal3d-0.11.0/src/cal3d/platform.cpp~       2003-12-07 19:22:39.000000000 +0100
++++ cal3d-0.11.0/src/cal3d/platform.cpp        2008-11-25 10:50:40.000000000 +0100
+@@ -8,6 +8,8 @@
+ // your option) any later version.                                            //
+ //****************************************************************************//
++#include <string.h>
++
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+ #endif
+--- cal3d-0.11.0/src/cal3d/renderer.cpp~       2004-12-30 20:20:54.000000000 +0100
++++ cal3d-0.11.0/src/cal3d/renderer.cpp        2008-11-25 10:51:06.000000000 +0100
+@@ -8,6 +8,8 @@
+ // your option) any later version.                                            //
+ //****************************************************************************//
++#include <string.h>
++
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+ #endif
+--- cal3d-0.11.0/src/cal3d/submesh.cpp~        2004-12-01 23:42:18.000000000 +0100
++++ cal3d-0.11.0/src/cal3d/submesh.cpp 2008-11-25 10:51:21.000000000 +0100
+@@ -8,6 +8,8 @@
+ // your option) any later version.                                            //
+ //****************************************************************************//
++#include <string.h>
++
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+ #endif
+--- cal3d-0.11.0/src/cal3d_converter.cpp~      2006-05-28 19:35:09.000000000 +0200
++++ cal3d-0.11.0/src/cal3d_converter.cpp       2008-11-25 10:58:13.000000000 +0100
+@@ -9,6 +9,8 @@
+ // your option) any later version.                                            //
+ //****************************************************************************//
++#include <string.h>
++
+ #include "cal3d/cal3d.h"
+ #define SKELETON 0
This page took 0.092832 seconds and 4 git commands to generate.