mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
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
10 lines
309 B
Text
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>
|