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@gentoo.org>
This commit is contained in:
Ionen Wolkens
2021-06-17 17:27:29 -04:00
parent ebeec80835
commit 06eb3d0bbf
2 changed files with 0 additions and 8 deletions

View File

@@ -42,10 +42,6 @@ BDEPEND="
${PYTHON_DEPS}
sys-devel/gettext"
PATCHES=(
"${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch
)
src_configure() {
CMAKE_BUILD_TYPE="Release"

View File

@@ -42,10 +42,6 @@ BDEPEND="
${PYTHON_DEPS}
sys-devel/gettext"
PATCHES=(
"${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch
)
src_configure() {
CMAKE_BUILD_TYPE="Release"