projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
107dca6
)
games-action/bzflag: Specify SDL2.
author
Jeroen Roovers
<jer@gentoo.org>
Sun, 13 May 2018 13:04:41 +0000
(15:04 +0200)
committer
Jeroen Roovers
<jer@gentoo.org>
Sun, 13 May 2018 13:24:11 +0000
(15:24 +0200)
Package-Manager: Portage-2.3.36, Repoman-2.3.9
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 f708cd5a135e473034cde9e584dcb0e3f09937ae..f41fea01d01296c91fb0dfae4536e999566ff39a 100644
(file)
--- a/
games-action/bzflag/bzflag-2.4.14.ebuild
+++ b/
games-action/bzflag/bzflag-2.4.14.ebuild
@@
-46,6
+46,8
@@
src_configure() {
ewarn "You are building a server-only copy of BZFlag"
ewarn
myconf="--disable-client --without-SDL"
+ else
+ myconf="--with-sdl=2"
fi
econf \