mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
media-libs/libmikmod: drop reference to x86-freebsd
Package-Manager: portage-2.3.3
This commit is contained in:
@@ -36,7 +36,7 @@ multilib_src_configure() {
|
||||
if use ppc || use ppc64 || use ppc-macos; then
|
||||
mysimd="$(use_enable altivec simd)"
|
||||
fi
|
||||
if use amd64 || use x86 || use x86-fbsd || use x86-freebsd || use amd64-linux || use x86-linux || use x86-macos; then
|
||||
if use amd64 || use x86 || use x86-fbsd || use amd64-linux || use x86-linux || use x86-macos || use x64-macos; then
|
||||
mysimd="$(use_enable cpu_flags_x86_sse2 simd)"
|
||||
fi
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ multilib_src_configure() {
|
||||
if use ppc || use ppc64 || use ppc-macos; then
|
||||
mysimd="$(use_enable altivec simd)"
|
||||
fi
|
||||
if use amd64 || use x86 || use x86-fbsd || use x86-freebsd || use amd64-linux || use x86-linux || use x86-macos; then
|
||||
if use amd64 || use x86 || use x86-fbsd || use amd64-linux || use x86-linux || use x86-macos || use x64-macos; then
|
||||
mysimd="$(use_enable cpu_flags_x86_sse2 simd)"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user