games-action/bzflag: Fix plugins directory and --with-SDL
authorTupone Alfredo <tupone@gentoo.org>
Wed, 16 May 2018 20:03:07 +0000 (22:03 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Wed, 16 May 2018 20:03:07 +0000 (22:03 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

games-action/bzflag/bzflag-2.4.14.ebuild

index 59edcad41888d88e8aa3c98721caf08459697d1f..290ef54d300a1a0b2e70f3261c78dc0ecd59c0ea 100644 (file)
@@ -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}
 }