aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-01 02:42:34 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-01 02:42:34 +0000
commitc6c6e67d83c284fe3a00fa1ef502a7242dfd5dbc (patch)
treed44903a3ffc5a42778beb8c7e840013ce2e9568b /audio
parentf7838063ce779f330383e5d4da806fdea0f8fddc (diff)
downloadports-c6c6e67d83c284fe3a00fa1ef502a7242dfd5dbc.tar.gz
ports-c6c6e67d83c284fe3a00fa1ef502a7242dfd5dbc.zip
audio/flac: don't disable VSX on powerpc64le
No reason to disable SIMD, builds fine.
Diffstat (limited to 'audio')
-rw-r--r--audio/flac/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index d7d9ee40d4f8..422615f18901 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -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