games-board/cockatrice: Build static libraries rather than shared

Closes: https://bugs.gentoo.org/681664
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2019-03-24 17:15:23 +00:00
parent d82977346f
commit 2187df4e2a

View File

@@ -55,6 +55,7 @@ PATCHES=(
src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=OFF
-DUSE_CCACHE=OFF
-DWITH_CLIENT=$(usex client)
-DWITH_ORACLE=$(usex oracle)