mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -42,10 +42,6 @@ BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
sys-devel/gettext"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
CMAKE_BUILD_TYPE="Release"
|
||||
|
||||
|
||||
@@ -42,10 +42,6 @@ BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
sys-devel/gettext"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
CMAKE_BUILD_TYPE="Release"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user