summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <sokolov@google.com>2020-11-15 21:02:59 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-15 21:02:59 +0100
commit4ec5a851dc88455fc31c35a44280c34237c23ee6 (patch)
treeb174383468b1d88a9af834c75764a21a8ee03436 /games-strategy/wesnoth
parentgames-strategy/wesnoth: fix build without native-symlinks (diff)
downloadgentoo-4ec5a851dc88455fc31c35a44280c34237c23ee6.tar.gz
gentoo-4ec5a851dc88455fc31c35a44280c34237c23ee6.tar.bz2
gentoo-4ec5a851dc88455fc31c35a44280c34237c23ee6.zip
games-strategy/wesnoth: drop workaround for old cmake-utils
Closes: https://bugs.gentoo.org/639604 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r--games-strategy/wesnoth/wesnoth-1.14.14.ebuild3
-rw-r--r--games-strategy/wesnoth/wesnoth-1.15.4.ebuild3
2 files changed, 0 insertions, 6 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.14.14.ebuild b/games-strategy/wesnoth/wesnoth-1.14.14.ebuild
index e259a8879363..4d50bca27254 100644
--- a/games-strategy/wesnoth/wesnoth-1.14.14.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.14.14.ebuild
@@ -76,9 +76,6 @@ src_configure() {
append-flags -fno-stack-protector
fi
- # Work around eclass
- append-flags -UNDEBUG
-
if use dedicated || use server ; then
mycmakeargs=(
-DENABLE_CAMPAIGN_SERVER="ON"
diff --git a/games-strategy/wesnoth/wesnoth-1.15.4.ebuild b/games-strategy/wesnoth/wesnoth-1.15.4.ebuild
index e259a8879363..4d50bca27254 100644
--- a/games-strategy/wesnoth/wesnoth-1.15.4.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.15.4.ebuild
@@ -76,9 +76,6 @@ src_configure() {
append-flags -fno-stack-protector
fi
- # Work around eclass
- append-flags -UNDEBUG
-
if use dedicated || use server ; then
mycmakeargs=(
-DENABLE_CAMPAIGN_SERVER="ON"