projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945f1ad
)
dev-tcltk/snack: Fix configure
author
Tupone Alfredo
<tupone@gentoo.org>
Thu, 4 Oct 2018 17:31:28 +0000
(19:31 +0200)
committer
Tupone Alfredo
<tupone@gentoo.org>
Thu, 4 Oct 2018 17:31:28 +0000
(19:31 +0200)
Closes: https://bugs.gentoo.org/667734
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
dev-tcltk/snack/snack-2.2.10-r7.ebuild
patch
|
blob
|
history
diff --git
a/dev-tcltk/snack/snack-2.2.10-r7.ebuild
b/dev-tcltk/snack/snack-2.2.10-r7.ebuild
index 964ec12d5b46182f566c93fe1f60d63fecd0342f..8e0d447a69cd7bb8b728482644ce2c32d99f92ac 100644
(file)
--- a/
dev-tcltk/snack/snack-2.2.10-r7.ebuild
+++ b/
dev-tcltk/snack/snack-2.2.10-r7.ebuild
@@
-58,9
+58,10
@@
src_configure() {
use alsa && myconf+=" --enable-alsa"
- use vorbis && \
+ if use vorbis; then
myconf+=" --with-ogg-include="${EPREFIX}"/usr/include"
myconf+=" --with-ogg-lib="${EPREFIX}"/usr/$(get_libdir)"
+ fi
econf \
--libdir="${EPREFIX}"/usr/$(get_libdir) \