From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BF48139085 for ; Fri, 27 Jan 2017 09:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5504DE0C58; Fri, 27 Jan 2017 09:34:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B1B3E0C58 for ; Fri, 27 Jan 2017 09:34:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04C6B34164B for ; Fri, 27 Jan 2017 09:34:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A40E316B for ; Fri, 27 Jan 2017 09:34:34 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1485509666.46c9a7464dd04c024f984e4ee45396cf733bfd3c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_cb_detector/, dev-ros/image_cb_detector/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_cb_detector/files/gcc6.patch dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild dev-ros/image_cb_detector/image_cb_detector-9999.ebuild X-VCS-Directories: dev-ros/image_cb_detector/files/ dev-ros/image_cb_detector/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 46c9a7464dd04c024f984e4ee45396cf733bfd3c X-VCS-Branch: master Date: Fri, 27 Jan 2017 09:34:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7e95594e-8704-4841-a755-3e84a621ed44 X-Archives-Hash: 4ce5fd9a3bd9bb9b8ad6aad451440ab5 commit: 46c9a7464dd04c024f984e4ee45396cf733bfd3c Author: Alexis Ballier gentoo org> AuthorDate: Fri Jan 27 09:22:20 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jan 27 09:34:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c9a746 dev-ros/image_cb_detector: Fix build with gcc6. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/image_cb_detector/files/gcc6.patch | 13 +++++++++++++ .../image_cb_detector/image_cb_detector-0.10.14-r1.ebuild | 3 ++- dev-ros/image_cb_detector/image_cb_detector-9999.ebuild | 3 ++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/dev-ros/image_cb_detector/files/gcc6.patch b/dev-ros/image_cb_detector/files/gcc6.patch new file mode 100644 index 00000000..af68c1e --- /dev/null +++ b/dev-ros/image_cb_detector/files/gcc6.patch @@ -0,0 +1,13 @@ +Index: image_cb_detector/CMakeLists.txt +=================================================================== +--- image_cb_detector.orig/CMakeLists.txt ++++ image_cb_detector/CMakeLists.txt +@@ -24,7 +24,7 @@ catkin_package(INCLUDE_DIRS include + + # define some includes + include_directories(include) +-include_directories(SYSTEM ${Boost_INCLUDE_DIRS} ++include_directories(${Boost_INCLUDE_DIRS} + ${catkin_INCLUDE_DIRS} + ${OpenCV_INCLUDE_DIRS} + ) diff --git a/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild b/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild index 5417220..972abdc 100644 --- a/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild +++ b/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.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$ @@ -29,3 +29,4 @@ RDEPEND=" dev-libs/boost:=[threads] " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/gcc6.patch" ) diff --git a/dev-ros/image_cb_detector/image_cb_detector-9999.ebuild b/dev-ros/image_cb_detector/image_cb_detector-9999.ebuild index 5417220..972abdc 100644 --- a/dev-ros/image_cb_detector/image_cb_detector-9999.ebuild +++ b/dev-ros/image_cb_detector/image_cb_detector-9999.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$ @@ -29,3 +29,4 @@ RDEPEND=" dev-libs/boost:=[threads] " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/gcc6.patch" )