summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2018-05-16 22:03:07 +0200
committerTupone Alfredo <tupone@gentoo.org>2018-05-16 22:03:07 +0200
commitf9c30273b0f84245c7be1fc01d822d1b4052db96 (patch)
tree47b52218a90cb7801428a6d50974a6d5b34078c9
parentmedia-fonts/hack-3.003: arm64 stable (bug #655738) (diff)
downloadgentoo-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
-rw-r--r--games-action/bzflag/bzflag-2.4.14.ebuild3
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}
}