summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-10-06 13:55:47 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-10-06 14:51:54 +0200
commit3bae47de2cc5ffeab8c2e9da928f4b66442e1814 (patch)
tree18e30b9ae0dea4b479794e5f24774e4b03417d44 /sci-electronics/gazebo/files
parentdev-lang/yap: disable outdated gecode bindings. Closes #590960 (diff)
downloadgentoo-3bae47de2cc5ffeab8c2e9da928f4b66442e1814.tar.gz
gentoo-3bae47de2cc5ffeab8c2e9da928f4b66442e1814.tar.bz2
gentoo-3bae47de2cc5ffeab8c2e9da928f4b66442e1814.zip
sci-electronics/gazebo: fix build with boost 1.62
Package-Manager: portage-2.3.1
Diffstat (limited to 'sci-electronics/gazebo/files')
-rw-r--r--sci-electronics/gazebo/files/boost162.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-electronics/gazebo/files/boost162.patch b/sci-electronics/gazebo/files/boost162.patch
new file mode 100644
index 000000000000..e91643fbef44
--- /dev/null
+++ b/sci-electronics/gazebo/files/boost162.patch
@@ -0,0 +1,12 @@
+Index: gazebo-7.3.1/gazebo/rendering/Camera.cc
+===================================================================
+--- gazebo-7.3.1.orig/gazebo/rendering/Camera.cc
++++ gazebo-7.3.1/gazebo/rendering/Camera.cc
+@@ -25,6 +25,7 @@
+
+ #include <boost/algorithm/string.hpp>
+ #include <boost/filesystem.hpp>
++#include <boost/format.hpp>
+ #include <sdf/sdf.hh>
+
+ #ifndef _WIN32