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 2D1EF138359 for ; Mon, 23 Nov 2020 00:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E86DE086B; Mon, 23 Nov 2020 00:33:42 +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 4444CE086B for ; Mon, 23 Nov 2020 00:33:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3C64C340D11 for ; Mon, 23 Nov 2020 00:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FD8E46C for ; Mon, 23 Nov 2020 00:33:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1606091612.50b2e45fc40f1bbad7500004caccbbfc58013c9a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/stratagus/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/stratagus/stratagus-2.4.3.ebuild X-VCS-Directories: games-engines/stratagus/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 50b2e45fc40f1bbad7500004caccbbfc58013c9a X-VCS-Branch: master Date: Mon, 23 Nov 2020 00:33:38 +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: e968a772-3048-4618-b7d1-b7a932ed6eba X-Archives-Hash: 3d4376c5b97d7daf4acc11f39320a7e4 commit: 50b2e45fc40f1bbad7500004caccbbfc58013c9a Author: Michał Górny gentoo org> AuthorDate: Sun Nov 22 23:18:04 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 23 00:33:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b2e45f games-engines/stratagus: Strip -Werror Closes: https://bugs.gentoo.org/756142 Signed-off-by: Michał Górny gentoo.org> games-engines/stratagus/stratagus-2.4.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/games-engines/stratagus/stratagus-2.4.3.ebuild b/games-engines/stratagus/stratagus-2.4.3.ebuild index e21ab4238f1..e593ce458e1 100644 --- a/games-engines/stratagus/stratagus-2.4.3.ebuild +++ b/games-engines/stratagus/stratagus-2.4.3.ebuild @@ -42,6 +42,11 @@ PATCHES=( "${FILESDIR}/${PN}"-2.3.0-doc.patch ) +src_prepare() { + sed -i -e 's:-Werror::' CMakeLists.txt || die + cmake_src_prepare +} + src_configure() { # there are in-source switches use debug && CMAKE_BUILD_TYPE=Debug