commit: 06eb3d0bbfc3c4ea5a2c0235e1e3e36b1eb9872e Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Jun 17 21:27:29 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Jun 17 21:36:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06eb3d0b
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 <ionen <AT> gentoo.org> 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 18052660723..6b04bc90639 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 18052660723..6b04bc90639 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"
