commit: 2187df4e2a89e7e13984ed149a2bfc3a6b22552e Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Mar 24 17:15:23 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Mar 24 17:15:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2187df4e
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 <AT> gentoo.org> .../{cockatrice-20190304.ebuild => cockatrice-20190304-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) 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 8d1cd205662..f44fa453f6d 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)
