diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-05-13 15:04:41 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-05-13 15:24:11 +0200 |
commit | a1dbfccaa360f4021f2de47466307b87b305f44c (patch) | |
tree | 3c9937dcfd018e237b71ed9069319584ae7a87a5 /games-action | |
parent | games-action/bzflag: Clean up patch. (diff) | |
download | gentoo-a1dbfccaa360f4021f2de47466307b87b305f44c.tar.gz gentoo-a1dbfccaa360f4021f2de47466307b87b305f44c.tar.bz2 gentoo-a1dbfccaa360f4021f2de47466307b87b305f44c.zip |
games-action/bzflag: Specify SDL2.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bzflag/bzflag-2.4.14.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-action/bzflag/bzflag-2.4.14.ebuild b/games-action/bzflag/bzflag-2.4.14.ebuild index f708cd5a135e..f41fea01d012 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 \ |