[arch-commits] Commit in xmoto/repos/extra-x86_64 (ode-0.10.patch xmoto_gcc44.patch)

Ronald van Haren ronald at archlinux.org
Thu May 14 13:03:29 UTC 2009


    Date: Thursday, May 14, 2009 @ 09:03:28
  Author: ronald
Revision: 39262

add gcc44 patch

Added:
  xmoto/repos/extra-x86_64/xmoto_gcc44.patch
Deleted:
  xmoto/repos/extra-x86_64/ode-0.10.patch

-------------------+
 ode-0.10.patch    |   15 ---------------
 xmoto_gcc44.patch |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 15 deletions(-)

Deleted: ode-0.10.patch
===================================================================
--- ode-0.10.patch	2009-05-14 13:02:37 UTC (rev 39261)
+++ ode-0.10.patch	2009-05-14 13:03:28 UTC (rev 39262)
@@ -1,15 +0,0 @@
-diff -Naur xmoto-0.4.2/src/xmscene/BikePlayer.cpp 
-xmoto-0.4.2-patched/src/xmscene/BikePlayer.cpp
---- xmoto-0.4.2/src/xmscene/BikePlayer.cpp	2008-07-29 
-19:03:01.000000000 +0200
-+++ xmoto-0.4.2-patched/src/xmscene/BikePlayer.cpp	2008-07-29 
-19:02:37.000000000 +0200
-@@ -146,6 +146,7 @@
-   m_bFirstPhysicsUpdate = true;
- 
-   /* Setup ODE */
-+  dInitODE();
-   m_WorldID = dWorldCreate();
-   dWorldSetERP(m_WorldID,PHYS_WORLD_ERP);
-   dWorldSetCFM(m_WorldID,PHYS_WORLD_CFM);
-

Added: xmoto_gcc44.patch
===================================================================
--- xmoto_gcc44.patch	                        (rev 0)
+++ xmoto_gcc44.patch	2009-05-14 13:03:28 UTC (rev 39262)
@@ -0,0 +1,33 @@
+diff -Naur src.old/XMArgs.cpp src/XMArgs.cpp
+--- src.old/XMArgs.cpp	2009-05-14 14:20:54.603960980 +0200
++++ src/XMArgs.cpp	2009-05-14 14:21:07.584007699 +0200
+@@ -24,6 +24,7 @@
+ #include "VFileIO.h"
+ #include <sstream>
+ #include <stdlib.h>
++#include <cstdio>
+ 
+ XMArguments::XMArguments() {
+   m_opt_pack   	       = false;
+diff -Naur src.old/helpers/Log.cpp src/helpers/Log.cpp
+--- src.old/helpers/Log.cpp	2009-05-14 14:20:54.613925407 +0200
++++ src/helpers/Log.cpp	2009-05-14 14:23:14.092429804 +0200
+@@ -23,6 +23,7 @@
+ #include "../VFileIO.h"
+ #include "assert.h"
+ #include <stdarg.h>
++#include <cstdio>
+ 
+ bool  Logger::m_isInitialized = false;
+ bool  Logger::m_activ         = true;
+diff -Naur src.old/helpers/Text.cpp src/helpers/Text.cpp
+--- src.old/helpers/Text.cpp	2009-05-14 14:20:54.613925407 +0200
++++ src/helpers/Text.cpp	2009-05-14 14:21:31.804817862 +0200
+@@ -19,6 +19,7 @@
+ =============================================================================*/
+ 
+ #include "Text.h"
++#include <cstdio>
+ 
+ std::string txtToLower(const std::string& i_str) {
+     std::string v_res;




More information about the arch-commits mailing list