summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-06-17 17:27:29 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-06-17 17:36:01 -0400
commit06eb3d0bbfc3c4ea5a2c0235e1e3e36b1eb9872e (patch)
tree2dbfe1e907da8accfcd688c8404fe8ca6eb1167f
parentsys-apps/sg3_utils: drop dependency on rescan-scsi-bus (diff)
downloadgentoo-06eb3d0b.tar.gz
gentoo-06eb3d0b.tar.bz2
gentoo-06eb3d0b.zip
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>
-rw-r--r--games-strategy/widelands/widelands-1.0.ebuild4
-rw-r--r--games-strategy/widelands/widelands-9999.ebuild4
2 files changed, 0 insertions, 8 deletions
diff --git a/games-strategy/widelands/widelands-1.0.ebuild b/games-strategy/widelands/widelands-1.0.ebuild
index 180526607235..6b04bc906390 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 180526607235..6b04bc906390 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"