aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-11-13 02:59:44 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-11-18 20:20:39 +0000
commita2cf6f976ceb3ec3e185d84c61712b8252f2c8ff (patch)
tree0aaa224e38fa78388591f4b47215413e0b5db384
parent3db813ec767819d1b3936d8bac1d08b3549f404d (diff)
downloadports-a2cf6f976ceb3ec3e185d84c61712b8252f2c8ff.tar.gz
ports-a2cf6f976ceb3ec3e185d84c61712b8252f2c8ff.zip
multimedia/vvdec: enable on armv6, armv7, and arm64
Builds fine. Approved by: portmgr (build fix blanket) MFH: 2023Q4
-rw-r--r--multimedia/vvdec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vvdec/Makefile b/multimedia/vvdec/Makefile
index 309cf2ee95e4..e8c2cc60d330 100644
--- a/multimedia/vvdec/Makefile
+++ b/multimedia/vvdec/Makefile
@@ -10,7 +10,7 @@ WWW= https://github.com/fraunhoferhhi/vvdec
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le riscv64
+ONLY_FOR_ARCHS= aarch64 armv6 armv7 amd64 powerpc powerpc64 powerpc64le riscv64
USES= cmake:noninja,testing compiler:c++14-lang
USE_LDCONFIG= yes