summaryrefslogtreecommitdiff
path: root/games-action
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 /games-action
parentff703a69b90e2c1b71900b926cda530304d6b07b (diff)
downloadgentoo-f9c30273b0f84245c7be1fc01d822d1b4052db96.tar.gz
gentoo-f9c30273b0f84245c7be1fc01d822d1b4052db96.tar.xz
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.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 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}
}