summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-27 10:20:33 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-27 10:34:25 +0100
commit6d4d943f8d65590ceaecc0f706b08f70bc59231b (patch)
treec0fd24bc12761eb3e2a598824aad9e1fc32bff85 /dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild
parentdev-ros/laser_cb_detector: remove old (diff)
downloadgentoo-6d4d943f8d65590ceaecc0f706b08f70bc59231b.tar.gz
gentoo-6d4d943f8d65590ceaecc0f706b08f70bc59231b.tar.bz2
gentoo-6d4d943f8d65590ceaecc0f706b08f70bc59231b.zip
dev-ros/laser_cb_detector: Fix build with gcc6.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild')
-rw-r--r--dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild b/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild
index 6cecd2724ce3..ccd9c34bd21e 100644
--- a/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild
+++ b/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -27,3 +27,4 @@ RDEPEND="
dev-ros/settlerlib
"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/gcc6.patch" )