projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47c6e0e
)
media-libs/libsdl: revert nasm usage to same set as before, bug #607634
author
Fabian Groffen
<grobian@gentoo.org>
Wed, 1 Feb 2017 07:36:48 +0000
(08:36 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Wed, 1 Feb 2017 07:37:16 +0000
(08:37 +0100)
Package-Manager: portage-2.3.3
media-libs/libsdl/libsdl-1.2.15-r9.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
index 56cb5e34e3f44b593ea59a2c04ad891ab58543fc..35f1e42267dd27d3acb08286c7a7ec3b08e62211 100644
(file)
--- a/
media-libs/libsdl/libsdl-1.2.15-r9.ebuild
+++ b/
media-libs/libsdl/libsdl-1.2.15-r9.ebuild
@@
-79,7
+79,7
@@
src_prepare() {
multilib_src_configure() {
local myconf=
- if
[[ $(tc-arch) != "x86" ]]
; then
+ if
use !x86 && use !x86-linux
; then
myconf="${myconf} --disable-nasm"
else
myconf="${myconf} --enable-nasm"