summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-14 14:13:45 +0000
committerSam James <sam@gentoo.org>2021-01-14 14:13:49 +0000
commit57d5dbb0f7c5e705bb010e752fc2ae13c9367012 (patch)
tree9989edf3b7502a9eb46c31d8259c7af103c4c3c6 /games-strategy
parentprofiles/arch/x86/package.use.mask: mask games-strategy/warzone2100[vulkan] f... (diff)
downloadgentoo-57d5dbb0f7c5e705bb010e752fc2ae13c9367012.tar.gz
gentoo-57d5dbb0f7c5e705bb010e752fc2ae13c9367012.tar.bz2
gentoo-57d5dbb0f7c5e705bb010e752fc2ae13c9367012.zip
games-strategy/warzone2100: assorted fixes
* Disable -Werror * Label "Gentoo" as the distributor * Sort CMake options Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/warzone2100/warzone2100-3.4.1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-strategy/warzone2100/warzone2100-3.4.1.ebuild b/games-strategy/warzone2100/warzone2100-3.4.1.ebuild
index 0b755f3f6259..0438b6f0bd78 100644
--- a/games-strategy/warzone2100/warzone2100-3.4.1.ebuild
+++ b/games-strategy/warzone2100/warzone2100-3.4.1.ebuild
@@ -81,10 +81,12 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- -DBUILD_SHARED_LIBS="OFF"
+ -DWZ_ENABLE_WARNINGS_AS_ERRORS=OFF
+ -DWZ_DISTRIBUTOR="Gentoo"
-DWZ_PORTABLE="OFF"
- -DENABLE_NLS="$(usex nls)"
-DWZ_ENABLE_BACKEND_VULKAN="$(usex vulkan)"
+ -DBUILD_SHARED_LIBS="OFF"
+ -DENABLE_NLS="$(usex nls)"
-DENABLE_DISCORD="$(usex discord)"
)
cmake_src_configure