git: 510c13170840 - 2023Q4 - multimedia/vvdec: enable on armv6, armv7, and arm64

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sat, 18 Nov 2023 20:24:57 UTC
The branch 2023Q4 has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=510c131708403da443e32040263ed7eb00b04a67

commit 510c131708403da443e32040263ed7eb00b04a67
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-11-13 02:59:44 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-18 20:24:40 +0000

    multimedia/vvdec: enable on armv6, armv7, and arm64
    
    Builds fine.
    
    Approved by:    portmgr (build fix blanket)
    MFH:            2023Q4
    
    (cherry picked from commit a2cf6f976ceb3ec3e185d84c61712b8252f2c8ff)
---
 multimedia/vvdec/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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