diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-22 06:28:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-22 06:28:22 +0800 |
commit | b6c73b08bc67a3550a047826dcb057d1c632f994 (patch) | |
tree | cdaa33ef90519d505976e5009429164f8aa3114a /games/spring/files | |
parent | 5fff5db65a6eec3e08783296f21ea782906ebd8c (diff) | |
download | freebsd-ports-gnome-b6c73b08bc67a3550a047826dcb057d1c632f994.tar.gz freebsd-ports-gnome-b6c73b08bc67a3550a047826dcb057d1c632f994.tar.zst freebsd-ports-gnome-b6c73b08bc67a3550a047826dcb057d1c632f994.zip |
- Update to 0.77b5
- Most of patches merged upstream \o/
Diffstat (limited to 'games/spring/files')
-rw-r--r-- | games/spring/files/patch-rts-Lua-LuaUtils.h | 11 | ||||
-rw-r--r-- | games/spring/files/patch-rts-lib-CMakeLists.txt | 15 |
2 files changed, 0 insertions, 26 deletions
diff --git a/games/spring/files/patch-rts-Lua-LuaUtils.h b/games/spring/files/patch-rts-Lua-LuaUtils.h deleted file mode 100644 index a523d65168bf..000000000000 --- a/games/spring/files/patch-rts-Lua-LuaUtils.h +++ /dev/null @@ -1,11 +0,0 @@ ---- rts/Lua/LuaUtils.h.orig 2008-07-16 02:42:48.000000000 +0400 -+++ rts/Lua/LuaUtils.h 2008-10-09 21:41:37.000000000 +0400 -@@ -14,6 +14,8 @@ - #include "LuaDefs.h" - #include "Sim/Units/CommandAI/Command.h" - -+#undef isnumber -+ - class LuaUtils { - public: - static int CopyData(lua_State* dst, lua_State* src, int count); diff --git a/games/spring/files/patch-rts-lib-CMakeLists.txt b/games/spring/files/patch-rts-lib-CMakeLists.txt deleted file mode 100644 index 20ca30b0f873..000000000000 --- a/games/spring/files/patch-rts-lib-CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ ---- rts/lib/CMakeLists.txt.orig 2008-09-18 23:31:26.000000000 +0400 -+++ rts/lib/CMakeLists.txt 2008-10-09 21:31:06.000000000 +0400 -@@ -1,4 +1,4 @@ --INCLUDE_DIRECTORIES(streflop lua/include luabind ${CMAKE_SOURCE_DIR}/rts/System)
-+INCLUDE_DIRECTORIES(BEFORE streflop lua/include luabind ${CMAKE_SOURCE_DIR}/rts/System)
-
- ADD_DEFINITIONS(${PIC_FLAG}) # all libraries need to be position independent (gives compiler warnings on 64bit-linux
-
-@@ -36,4 +36,4 @@ - ENDIF (UNIX)
- TARGET_LINK_LIBRARIES(minizip z)
-
--ADD_SUBDIRECTORY(streflop) -\ No newline at end of file -+ADD_SUBDIRECTORY(streflop)
|