audio/flac: don't disable VSX on powerpc64le
No reason to disable SIMD, builds fine.
This commit is contained in:
parent
f7838063ce
commit
c6c6e67d83
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,6 @@ USE_LDCONFIG= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-static \
|
||||
--disable-sse \
|
||||
--disable-vsx \
|
||||
--with-ogg="${LOCALBASE}" \
|
||||
--disable-doxygen-docs \
|
||||
--disable-thorough-tests \
|
||||
|
@ -41,6 +40,10 @@ OPTIONS_DEFINE= DOCS
|
|||
BUILD_DEPENDS+= nasm:devel/nasm
|
||||
.endif
|
||||
|
||||
.if ${ARCH} != powerpc64le
|
||||
CONFIGURE_ARGS+=--disable-vsx
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${REINPLACE_CMD} 's:%%PREFIX%%:${PREFIX}:' \
|
||||
${STAGEDIR}${PREFIX}/man/man1/flac.1
|
||||
|
|
Loading…
Reference in a new issue