]> git.pld-linux.org Git - packages/xmoto.git/commitdiff
- outdated
authorwolf <wolf@pld-linux.org>
Thu, 27 Oct 2005 17:02:53 +0000 (17:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xmoto-shared_libs.patch -> 1.2

xmoto-shared_libs.patch [deleted file]

diff --git a/xmoto-shared_libs.patch b/xmoto-shared_libs.patch
deleted file mode 100644 (file)
index f85d47e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -ruN xmoto-0.1.6./Makefile.am xmoto-0.1.6/Makefile.am
---- xmoto-0.1.6./Makefile.am   2005-10-07 13:51:32.000000000 +0200
-+++ xmoto-0.1.6/Makefile.am    2005-10-07 13:52:33.415174500 +0200
-@@ -1,6 +1,7 @@
- INCLUDES = -Isrc
- CXXFLAGS = -w $(OPTFLAGS) -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
- CFLAGS = -w $(OPTFLAGS) -DGAMEDATADIR=\"$(datadir)/@PACKAGE@\"
-+LIBS = -lode `pkg-config lua50 --libs` @LIBS@
- SUBDIRS = bin
- image_SOURCES = src/image/tim.cpp src/image/tim_io_stdio.cpp \
-@@ -120,7 +120,7 @@
-       src/GUIFrame.cpp src/GUIList.cpp src/GUIStatic.cpp src/GUITabView.cpp \
-       src/MotoGame.cpp src/MotoGameL.cpp src/MPhysics.cpp src/PlayerData.cpp \
-       src/Renderer.cpp src/RendererInit.cpp src/Replay.cpp src/Sound.cpp \
--      src/UserConfig.cpp $(ode_SOURCES) $(lua_SOURCES) \
-+      src/UserConfig.cpp \
-       src/BSP.h \
-       src/Game.h \
-       src/GameText.h \
-diff -ruN xmoto-0.1.6./src/VCommon.h xmoto-0.1.6/src/VCommon.h
---- xmoto-0.1.6./src/VCommon.h 2005-10-07 13:51:32.000000000 +0200
-+++ xmoto-0.1.6/src/VCommon.h  2005-10-07 13:52:12.105842750 +0200
-@@ -59,12 +59,12 @@
- #include <math.h>\r
\r
- extern "C" {\r
--  #include "lua/lua.h"\r
--  #include "lua/lauxlib.h"\r
--  #include "lua/lualib.h"\r
-+  #include <lua50/lua.h>\r
-+  #include <lua50/lauxlib.h>\r
-+  #include <lua50/lualib.h>\r
- };\r
\r
--#include "ode/ode.h"\r
-+#include <ode/ode.h>\r
\r
- /* Track memory? */\r
- #if defined(TRACK_MEMORY)\r
This page took 0.188114 seconds and 4 git commands to generate.