mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-ros/laser_cb_detector: Fix build with gcc6.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
13
dev-ros/laser_cb_detector/files/gcc6.patch
Normal file
13
dev-ros/laser_cb_detector/files/gcc6.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: laser_cb_detector/CMakeLists.txt
|
||||
===================================================================
|
||||
--- laser_cb_detector.orig/CMakeLists.txt
|
||||
+++ laser_cb_detector/CMakeLists.txt
|
||||
@@ -15,7 +15,7 @@ catkin_package(DEPENDS actionlib actionl
|
||||
)
|
||||
|
||||
find_package(OpenCV REQUIRED)
|
||||
-include_directories(SYSTEM ${catkin_INCLUDE_DIRS}
|
||||
+include_directories(${catkin_INCLUDE_DIRS}
|
||||
${OpenCV_INCLUDE_DIRS}
|
||||
)
|
||||
include_directories(include)
|
||||
@@ -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" )
|
||||
|
||||
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user