From 2187df4e2a89e7e13984ed149a2bfc3a6b22552e Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 24 Mar 2019 17:15:23 +0000 Subject: [PATCH] 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 --- ...{cockatrice-20190304.ebuild => cockatrice-20190304-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) rename games-board/cockatrice/{cockatrice-20190304.ebuild => cockatrice-20190304-r1.ebuild} (98%) diff --git a/games-board/cockatrice/cockatrice-20190304.ebuild b/games-board/cockatrice/cockatrice-20190304-r1.ebuild similarity index 98% rename from games-board/cockatrice/cockatrice-20190304.ebuild rename to games-board/cockatrice/cockatrice-20190304-r1.ebuild index 8d1cd20566263..f44fa453f6d8c 100644 --- a/games-board/cockatrice/cockatrice-20190304.ebuild +++ b/games-board/cockatrice/cockatrice-20190304-r1.ebuild @@ -55,6 +55,7 @@ PATCHES=( src_configure() { local mycmakeargs=( + -DBUILD_SHARED_LIBS=OFF -DUSE_CCACHE=OFF -DWITH_CLIENT=$(usex client) -DWITH_ORACLE=$(usex oracle)