SOURCES: stratagus-includepaths.patch - adapted for 2.2.4 version

lisu lisu at pld-linux.org
Fri Jun 22 12:26:03 CEST 2007


Author: lisu                         Date: Fri Jun 22 10:26:03 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- adapted for 2.2.4 version

---- Files affected:
SOURCES:
   stratagus-includepaths.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/stratagus-includepaths.patch
diff -u SOURCES/stratagus-includepaths.patch:1.2 SOURCES/stratagus-includepaths.patch:1.3
--- SOURCES/stratagus-includepaths.patch:1.2	Sun Dec 10 11:47:00 2006
+++ SOURCES/stratagus-includepaths.patch	Fri Jun 22 12:25:58 2007
@@ -1,15 +1,15 @@
---- stratagus-061209/src/include/script.h~	2006-12-10 11:23:52.000000000 +0100
-+++ stratagus-061209/src/include/script.h	2006-12-10 11:25:29.000000000 +0100
+--- stratagus-2.2.4/src/include/script.h~	2007-06-22 12:25:16.000000000 +0200
++++ stratagus-2.2.4/src/include/script.h	2007-06-22 12:26:19.000000000 +0200
 @@ -40,9 +40,9 @@
- #ifdef __cplusplus
- extern "C" {
- #endif
--#include "lua.h"
--#include "lauxlib.h"
--#include "lualib.h"
-+#include <lua50/lua.h>
-+#include <lua50/lauxlib.h>
-+#include <lua50/lualib.h>
- #ifdef __cplusplus
- }
- #endif
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+-#include "lua.h"
+-#include "lauxlib.h"
+-#include "lualib.h"
++#include <lua50/lua.h>
++#include <lua50/lauxlib.h>
++#include <lua50/lualib.h>
+ #ifdef __cplusplus
+ }
+ #endif
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/stratagus-includepaths.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list