summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-08 11:31:36 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-08 11:31:44 +0100
commit0b49907c76bc20a9912fe4f70bb9789019fc31ba (patch)
treed53ab499edfd7ec0d7f2363e7af4fe5126bead23 /dev-ros/image_view/image_view-9999.ebuild
parentapp-misc/cpipe: Add cpipe to the tree. (diff)
downloadgentoo-0b49907c76bc20a9912fe4f70bb9789019fc31ba.tar.gz
gentoo-0b49907c76bc20a9912fe4f70bb9789019fc31ba.tar.bz2
gentoo-0b49907c76bc20a9912fe4f70bb9789019fc31ba.zip
dev-ros/image_view: fix build when installing for the first time
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/image_view/image_view-9999.ebuild')
-rw-r--r--dev-ros/image_view/image_view-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ros/image_view/image_view-9999.ebuild b/dev-ros/image_view/image_view-9999.ebuild
index 1f5b4dd7a9df..09ccaac9731b 100644
--- a/dev-ros/image_view/image_view-9999.ebuild
+++ b/dev-ros/image_view/image_view-9999.ebuild
@@ -30,3 +30,4 @@ RDEPEND="
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/dynrec.patch" )