commit:     f9c30273b0f84245c7be1fc01d822d1b4052db96
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 20:03:07 2018 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed May 16 20:03:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c30273

games-action/bzflag: Fix plugins directory and --with-SDL

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 games-action/bzflag/bzflag-2.4.14.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-action/bzflag/bzflag-2.4.14.ebuild 
b/games-action/bzflag/bzflag-2.4.14.ebuild
index 59edcad4188..290ef54d300 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}
 }
 

Reply via email to