From 06eb3d0bbfc3c4ea5a2c0235e1e3e36b1eb9872e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 17 Jun 2021 17:27:29 -0400 Subject: [PATCH] games-strategy/widelands: drop use of cxxflags patch -Werror=uninitialized cause issues with -O3. Upstream is currently explicitly requesting -O2 but an old patch in Gentoo prevents that. While not ideal, rather than further patch to remove the warning check, simply follow upstream and go with what is being tested more. Closes: https://bugs.gentoo.org/796509 Signed-off-by: Ionen Wolkens --- games-strategy/widelands/widelands-1.0.ebuild | 4 ---- games-strategy/widelands/widelands-9999.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/games-strategy/widelands/widelands-1.0.ebuild b/games-strategy/widelands/widelands-1.0.ebuild index 1805266072351..6b04bc9063908 100644 --- a/games-strategy/widelands/widelands-1.0.ebuild +++ b/games-strategy/widelands/widelands-1.0.ebuild @@ -42,10 +42,6 @@ BDEPEND=" ${PYTHON_DEPS} sys-devel/gettext" -PATCHES=( - "${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch -) - src_configure() { CMAKE_BUILD_TYPE="Release" diff --git a/games-strategy/widelands/widelands-9999.ebuild b/games-strategy/widelands/widelands-9999.ebuild index 1805266072351..6b04bc9063908 100644 --- a/games-strategy/widelands/widelands-9999.ebuild +++ b/games-strategy/widelands/widelands-9999.ebuild @@ -42,10 +42,6 @@ BDEPEND=" ${PYTHON_DEPS} sys-devel/gettext" -PATCHES=( - "${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch -) - src_configure() { CMAKE_BUILD_TYPE="Release"