diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2018-05-16 22:03:07 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2018-05-16 22:03:07 +0200 |
commit | f9c30273b0f84245c7be1fc01d822d1b4052db96 (patch) | |
tree | 47b52218a90cb7801428a6d50974a6d5b34078c9 /games-action | |
parent | media-fonts/hack-3.003: arm64 stable (bug #655738) (diff) | |
download | gentoo-f9c30273b0f84245c7be1fc01d822d1b4052db96.tar.gz gentoo-f9c30273b0f84245c7be1fc01d822d1b4052db96.tar.bz2 gentoo-f9c30273b0f84245c7be1fc01d822d1b4052db96.zip |
games-action/bzflag: Fix plugins directory and --with-SDL
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bzflag/bzflag-2.4.14.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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} } |