games-board/cockatrice: Build static libraries rather than shared
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 24 Mar 2019 17:15:23 +0000 (17:15 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 24 Mar 2019 17:15:57 +0000 (17:15 +0000)
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>
games-board/cockatrice/cockatrice-20190304-r1.ebuild [moved from games-board/cockatrice/cockatrice-20190304.ebuild with 98% similarity]

similarity index 98%
rename from games-board/cockatrice/cockatrice-20190304.ebuild
rename to games-board/cockatrice/cockatrice-20190304-r1.ebuild
index 8d1cd2056626319ef2a295faf57b83179538a409..f44fa453f6d8c406b964329e3a72589049977642 100644 (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)