diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-11-15 21:02:59 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-15 21:02:59 +0100 |
commit | 4ec5a851dc88455fc31c35a44280c34237c23ee6 (patch) | |
tree | b174383468b1d88a9af834c75764a21a8ee03436 /games-strategy | |
parent | games-strategy/wesnoth: fix build without native-symlinks (diff) | |
download | gentoo-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')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.14.14.ebuild | 3 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.15.4.ebuild | 3 |
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" |