git: 7ec8d8b7bbe0 - main - multimedia/vvdec: now builds fine on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 14 Feb 2022 11:41:22 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ec8d8b7bbe0faf5af446c30dd72080c23367034

commit 7ec8d8b7bbe0faf5af446c30dd72080c23367034
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-02-14 11:38:51 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-02-14 11:38:51 +0000

    multimedia/vvdec: now builds fine on powerpc64le
---
 multimedia/vvdec/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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