Skip to content

Commit

Permalink
media-libs/libsdl: revert nasm usage to same set as before, bug #607634
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
grobian committed Feb 1, 2017
1 parent 47c6e0e commit d046867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-libs/libsdl/libsdl-1.2.15-r9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d046867

Please sign in to comment.