projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3206ab7
)
media-libs/mlt: Properly disable USE=-sdl
author
Andreas Sturmlechner
<asturm@gentoo.org>
Tue, 7 Aug 2018 19:02:07 +0000
(21:02 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Tue, 7 Aug 2018 19:02:07 +0000
(21:02 +0200)
Closes: https://bugs.gentoo.org/662008
Package-Manager: Portage-2.3.44, Repoman-2.3.10
media-libs/mlt/mlt-6.6.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/mlt/mlt-6.6.0-r1.ebuild
b/media-libs/mlt/mlt-6.6.0-r1.ebuild
index 075ddb77dc0191217e74fa2f30dfe419a1e24e91..ba5ab74a1c2e3de7366bdb93f92f3bf172526de5 100644
(file)
--- a/
media-libs/mlt/mlt-6.6.0-r1.ebuild
+++ b/
media-libs/mlt/mlt-6.6.0-r1.ebuild
@@
-173,6
+173,8
@@
src_configure() {
else
myconf+=( --enable-sdl --disable-sdl2 )
fi
+ else
+ myconf+=( --disable-sdl --disable-sdl2 )
fi
if use x86 || use amd64 ; then