aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2011-07-27 05:24:51 +0800
committerrene <rene@FreeBSD.org>2011-07-27 05:24:51 +0800
commitf8750d677a0650ff0537478f8fce52505f2fc03b (patch)
treed137f3e00a8791cd04bd94a87ba33b279a926a04 /math
parentbff7fcb4d9b349be8c198483eaa1c4dab1af042c (diff)
downloadfreebsd-ports-gnome-f8750d677a0650ff0537478f8fce52505f2fc03b.tar.gz
freebsd-ports-gnome-f8750d677a0650ff0537478f8fce52505f2fc03b.tar.zst
freebsd-ports-gnome-f8750d677a0650ff0537478f8fce52505f2fc03b.zip
Fix include file so that devel/ros-laser_pipeline builds with clang.
Diffstat (limited to 'math')
-rw-r--r--math/ros-geometry/files/patch-tf__include__tf__message_filter.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/ros-geometry/files/patch-tf__include__tf__message_filter.h b/math/ros-geometry/files/patch-tf__include__tf__message_filter.h
new file mode 100644
index 000000000000..5faf1f3f947d
--- /dev/null
+++ b/math/ros-geometry/files/patch-tf__include__tf__message_filter.h
@@ -0,0 +1,11 @@
+--- tf/include/tf/message_filter.h.orig 2011-05-27 19:54:24.000000000 +0200
++++ tf/include/tf/message_filter.h 2011-07-26 23:10:48.000000000 +0200
+@@ -398,7 +398,7 @@
+
+ ++successful_transform_count_;
+
+- signalMessage(evt);
++ this->signalMessage(evt);
+ }
+ else
+ {