summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-10-14 15:36:11 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-10-14 15:36:11 +0200
commit39f0ec6b35c3170d809d22dc66cb3233fb7ed3d2 (patch)
treed30684b782e49518c243156d99f7256b3e65d2c3 /dev-ros/tf/tf-1.11.8.ebuild
parentmedia-libs/vamp-plugin-sdk: add multilib build dep on libsndfile, bug #596906 (diff)
downloadgentoo-39f0ec6b35c3170d809d22dc66cb3233fb7ed3d2.tar.gz
gentoo-39f0ec6b35c3170d809d22dc66cb3233fb7ed3d2.tar.bz2
gentoo-39f0ec6b35c3170d809d22dc66cb3233fb7ed3d2.zip
dev-ros/tf: backport upstream patch to build with gcc6, bug #593938, patch by Peter Levine
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ros/tf/tf-1.11.8.ebuild')
-rw-r--r--dev-ros/tf/tf-1.11.8.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/tf/tf-1.11.8.ebuild b/dev-ros/tf/tf-1.11.8.ebuild
index f81e4ccc6abe..573a9d8ab688 100644
--- a/dev-ros/tf/tf-1.11.8.ebuild
+++ b/dev-ros/tf/tf-1.11.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -37,3 +37,4 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
dev-python/nose[${PYTHON_USEDEP}]
)"
+PATCHES=( "${FILESDIR}/gcc6.patch" )