summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-08-28 14:17:22 +0200
committerAlexis Ballier <aballier@gentoo.org>2019-08-28 19:01:40 +0200
commitcb15b7b2638edb3fe4046dd531059730dbbc7dba (patch)
treec066950d461194a5bfd5995775de930e1cf549f2 /dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild
parentros-meta/gazebo_ros_pkgs: Bump to 2.8.5. (diff)
downloadgentoo-cb15b7b2638edb3fe4046dd531059730dbbc7dba.tar.gz
gentoo-cb15b7b2638edb3fe4046dd531059730dbbc7dba.tar.bz2
gentoo-cb15b7b2638edb3fe4046dd531059730dbbc7dba.zip
dev-ros/libmavconn: fix build with boost 1.70
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild')
-rw-r--r--dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild b/dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild
index dddbbe6be4df..d42a92fd0e64 100644
--- a/dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild
+++ b/dev-ros/libmavconn/libmavconn-0.19.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,4 +19,7 @@ RDEPEND="
dev-libs/console_bridge:=
"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/logging.patch" )
+PATCHES=(
+ "${FILESDIR}/logging.patch"
+ "${FILESDIR}/boost170.patch"
+)