aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-14 11:38:51 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-14 11:38:51 +0000
commit7ec8d8b7bbe0faf5af446c30dd72080c23367034 (patch)
tree0cc7218f0ef62d086cdf91e01fbc584c08ad76aa
parent98b88b839df1a88f538b8bfdc74e9734b0df7ea3 (diff)
downloadports-7ec8d8b7bbe0faf5af446c30dd72080c23367034.tar.gz
ports-7ec8d8b7bbe0faf5af446c30dd72080c23367034.zip
multimedia/vvdec: now builds fine on powerpc64le
-rw-r--r--multimedia/vvdec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vvdec/Makefile b/multimedia/vvdec/Makefile
index 70ccf7c6f332..63e49bd9b7b6 100644
--- a/multimedia/vvdec/Makefile
+++ b/multimedia/vvdec/Makefile
@@ -9,7 +9,7 @@ COMMENT= Versatile Video Coding (VVC) decoder
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-ONLY_FOR_ARCHS= amd64
+ONLY_FOR_ARCHS= amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= uses explicit SSE instructions without any way to turn them off, can be removed once this bug is fixed: https://github.com/fraunhoferhhi/vvdec/issues/9; also is for 64-bit systems
USES= cmake compiler:c++14-lang