commit: b06cb0c806e9b4756a93d44c9616d461dd22e26f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 15:13:06 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 15:15:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06cb0c8
games-engines/stratagus: Remove obsolete -Werror sed
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
games-engines/stratagus/stratagus-3.3.2-r1.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/games-engines/stratagus/stratagus-3.3.2-r1.ebuild
b/games-engines/stratagus/stratagus-3.3.2-r1.ebuild
index 4492149c283c..b6dc099614a2 100644
--- a/games-engines/stratagus/stratagus-3.3.2-r1.ebuild
+++ b/games-engines/stratagus/stratagus-3.3.2-r1.ebuild
@@ -55,11 +55,6 @@ 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 && local -x CPPFLAGS="${CPPFLAGS} -DDEBUG"