updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / gazebo / patch.diff
blobcd3f4ae75718b587d04ac7bd227e500f10f0daa5
1 --- SConstruct.orig 2008-08-22 23:02:33.000000000 +0400
2 +++ SConstruct 2008-10-19 02:29:36.000000000 +0400
3 @@ -197,8 +197,8 @@
5 env.Alias('install', install_prefix)
6 env.Install(install_prefix+'/bin',gazebo)
7 -env.Install(install_prefix+'/share/gazebo','Media')
8 +#env.Install(install_prefix+'/share/gazebo','Media')
9 env.Install(install_prefix+'/include/gazebo',headers)
10 env.Install(install_prefix+'/lib',libgazeboServerStatic )
11 env.Install(install_prefix+'/lib',libgazeboServerShared )
12 -env.Install(install_prefix+'/share/gazebo','worlds')
13 +#env.Install(install_prefix+'/share/gazebo','worlds')
14 --- server/gui/StatusBar.cc.orig 2008-08-22 23:02:17.000000000 +0400
15 +++ server/gui/StatusBar.cc 2008-10-19 01:10:40.000000000 +0400
16 @@ -25,6 +25,7 @@
19 #include <stdio.h>
20 +#include <string.h>
21 #include <FL/Fl_Value_Output.H>
22 #include <FL/Fl_Output.H>
23 #include <FL/Fl_Button.H>
24 --- server/GazeboConfig.cc.orig 2008-08-22 23:02:18.000000000 +0400
25 +++ server/GazeboConfig.cc 2008-10-19 17:13:16.000000000 +0400
26 @@ -99,8 +99,9 @@
27 else
29 gzmsg(0) << "Unable to find the file ~/.gazeborc. Using default paths. This may cause OGRE to fail.\n";
30 - this->gazeboPaths.push_back("/usr/local/share/gazebo");
31 - this->ogrePaths.push_back("/usr/local/lib/OGRE");
32 +// this->gazeboPaths.push_back("/usr/local/share/gazebo");
33 + this->gazeboPaths.push_back("/usr/share/gazebo");
34 +// this->ogrePaths.push_back("/usr/local/lib/OGRE");
35 this->ogrePaths.push_back("/usr/lib/OGRE");
36 this->RTTMode="PBuffer";