Skip to content

Commit

Permalink
games-strategy/warzone2100: assorted fixes
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
thesamesam committed Jan 14, 2021
1 parent 52184f0 commit 57d5dbb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions games-strategy/warzone2100/warzone2100-3.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57d5dbb

Please sign in to comment.