summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-23 13:27:56 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-23 13:28:12 +0100
commit9f224b06d4fcfe719b2881195d4673983884d483 (patch)
tree3172a23ec179daa66a6bef67246068e77e20934f /dev-ros/image_view/image_view-1.12.19.ebuild
parentdev-ros/image_view: remove old (diff)
downloadgentoo-9f224b06d4fcfe719b2881195d4673983884d483.tar.gz
gentoo-9f224b06d4fcfe719b2881195d4673983884d483.tar.bz2
gentoo-9f224b06d4fcfe719b2881195d4673983884d483.zip
dev-ros/image_view: Backport upstream patch to build with gcc6.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/image_view/image_view-1.12.19.ebuild')
-rw-r--r--dev-ros/image_view/image_view-1.12.19.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/image_view/image_view-1.12.19.ebuild b/dev-ros/image_view/image_view-1.12.19.ebuild
index 5aabd0316e6a..1856fbbc9b97 100644
--- a/dev-ros/image_view/image_view-1.12.19.ebuild
+++ b/dev-ros/image_view/image_view-1.12.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -31,3 +31,4 @@ RDEPEND="
dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/gcc6.patch" )