From: Tupone Alfredo Date: Wed, 16 May 2018 20:03:07 +0000 (+0200) Subject: games-action/bzflag: Fix plugins directory and --with-SDL X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f9c30273b0f84245c7be1fc01d822d1b4052db96;p=gentoo.git games-action/bzflag: Fix plugins directory and --with-SDL Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/games-action/bzflag/bzflag-2.4.14.ebuild b/games-action/bzflag/bzflag-2.4.14.ebuild index 59edcad41888..290ef54d300a 100644 --- a/games-action/bzflag/bzflag-2.4.14.ebuild +++ b/games-action/bzflag/bzflag-2.4.14.ebuild @@ -48,11 +48,12 @@ src_configure() { ewarn myconf="--disable-client --without-SDL" else - myconf="--with-sdl=2" + myconf="--with-SDL=2" fi econf \ $(use_enable upnp UPnP) \ + --libdir=/usr/$(get_libdir)/${PN} \ ${myconf} }