ports/devel/ros-documentation/files/patch-3127
Rene Ladan 767738b006 - Move the core ros files from PREFIX/ros to PREFIX/ros/ros, this is
necessary to be able to upgrade add-on packages (like ros_tutorials) in
  place due to the way rosmake searches for packages.
- Update ros/pkg-descr and ros_tutorials to reflect this

- Partially fix build with Clang (ros does not link yet)

- Makefile cleanups for devel/ros

- Bump PORTREVISIONs
2010-11-06 10:10:07 +00:00

10 lines
309 B
Text

--- core/roslib/include/ros/serialization.h.orig 2010-04-22 03:40:40.000000000 +0200
+++ core/roslib/include/ros/serialization.h 2010-11-03 22:51:34.000000000 +0100
@@ -37,6 +37,7 @@
#include "macros.h"
#include <vector>
+#include <cstring>
#include <boost/array.hpp>
#include <boost/call_traits.hpp>