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 23B19138359 for ; Mon, 12 Oct 2020 12:07:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DA1EE07F1; Mon, 12 Oct 2020 12:07:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6477EE07F1 for ; Mon, 12 Oct 2020 12:07:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33D1B340955 for ; Mon, 12 Oct 2020 12:07:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFC5136B for ; Mon, 12 Oct 2020 12:07:44 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1602504455.00eeb10af78687b684228e84233ca5c92558c020.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-neo/files/, dev-libs/intel-neo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/intel-neo/files/intel-neo-20.37.17906-no_Werror.patch dev-libs/intel-neo/intel-neo-20.37.17906.ebuild X-VCS-Directories: dev-libs/intel-neo/ dev-libs/intel-neo/files/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 00eeb10af78687b684228e84233ca5c92558c020 X-VCS-Branch: master Date: Mon, 12 Oct 2020 12:07:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 870c89b3-f16d-4403-a551-ec7d732d16b8 X-Archives-Hash: 06a35de67fc3e1002f33c024d3c6a1b3 commit: 00eeb10af78687b684228e84233ca5c92558c020 Author: Marek Szuba gentoo org> AuthorDate: Mon Oct 12 12:05:39 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Oct 12 12:07:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00eeb10a dev-libs/intel-neo: remove -Werror from compiler flags Closes: https://bugs.gentoo.org/747580 Signed-off-by: Marek Szuba gentoo.org> dev-libs/intel-neo/files/intel-neo-20.37.17906-no_Werror.patch | 10 ++++++++++ dev-libs/intel-neo/intel-neo-20.37.17906.ebuild | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/dev-libs/intel-neo/files/intel-neo-20.37.17906-no_Werror.patch b/dev-libs/intel-neo/files/intel-neo-20.37.17906-no_Werror.patch new file mode 100644 index 00000000000..aaa34012096 --- /dev/null +++ b/dev-libs/intel-neo/files/intel-neo-20.37.17906-no_Werror.patch @@ -0,0 +1,10 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -801,7 +801,6 @@ + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-noexcept-type") # Added for gtest + endif() + endif() +- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror") + endif() + + # Compile code with defenses enabled (settings to be used for production release code) diff --git a/dev-libs/intel-neo/intel-neo-20.37.17906.ebuild b/dev-libs/intel-neo/intel-neo-20.37.17906.ebuild index d5b0ed670f8..73c9118afb5 100644 --- a/dev-libs/intel-neo/intel-neo-20.37.17906.ebuild +++ b/dev-libs/intel-neo/intel-neo-20.37.17906.ebuild @@ -30,6 +30,10 @@ DEPEND="${COMMON} media-libs/mesa" # for Khronos OpenGL headers RDEPEND="${COMMON}" +PATCHES=( + "${FILESDIR}"/${PN}-20.37.17906-no_Werror.patch +) + DOCS=( README.md FAQ.md