commit: a1dbfccaa360f4021f2de47466307b87b305f44c
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 13:04:41 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun May 13 13:24:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1dbfcca
games-action/bzflag: Specify SDL2.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
games-action/bzflag/bzflag-2.4.14.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games-action/bzflag/bzflag-2.4.14.ebuild
b/games-action/bzflag/bzflag-2.4.14.ebuild
index f708cd5a135..f41fea01d01 100644
--- a/games-action/bzflag/bzflag-2.4.14.ebuild
+++ b/games-action/bzflag/bzflag-2.4.14.ebuild
@@ -46,6 +46,8 @@ src_configure() {
ewarn "You are building a server-only copy of BZFlag"
ewarn
myconf="--disable-client --without-SDL"
+ else
+ myconf="--with-sdl=2"
fi
econf \