projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff703a6
)
games-action/bzflag: Fix plugins directory and --with-SDL
author
Tupone Alfredo
<tupone@gentoo.org>
Wed, 16 May 2018 20:03:07 +0000
(22:03 +0200)
committer
Tupone 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
patch
|
blob
|
history
diff --git
a/games-action/bzflag/bzflag-2.4.14.ebuild
b/games-action/bzflag/bzflag-2.4.14.ebuild
index 59edcad41888d88e8aa3c98721caf08459697d1f..290ef54d300a1a0b2e70f3261c78dc0ecd59c0ea 100644
(file)
--- 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}
}