From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- graphics/dynamechs/files/patch-aquarobot__Gait.hpp | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 graphics/dynamechs/files/patch-aquarobot__Gait.hpp (limited to 'graphics/dynamechs/files/patch-aquarobot__Gait.hpp') diff --git a/graphics/dynamechs/files/patch-aquarobot__Gait.hpp b/graphics/dynamechs/files/patch-aquarobot__Gait.hpp new file mode 100644 index 000000000000..184c2444adc5 --- /dev/null +++ b/graphics/dynamechs/files/patch-aquarobot__Gait.hpp @@ -0,0 +1,28 @@ +--- aquarobot/Gait.hpp.orig 2001-07-19 08:40:44.000000000 +0900 ++++ aquarobot/Gait.hpp 2014-01-08 21:46:35.000000000 +0900 +@@ -26,24 +26,17 @@ + #include + #endif + +-#if defined(WIN32) || (defined(sgi) && defined(_STANDARD_C_PLUS_PLUS)) || (defined(__GNUC__) && (__GNUC__>=2) && (__GNUC_MINOR__>=91)) + #include + #include + #include +-#else +-#include +-#include +-#include +-#endif ++using namespace std; + + #include + #include + #include + + // Use the std namespace. To do this we must first guarantee that it exists. +-#if defined(__sgi) || defined(__WIN32_) || defined(WIN32) + namespace std {} + using namespace std; +-#endif + + #endif -- cgit v1.2.3