Date: Tue, 15 Feb 2022 15:44:34 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 75113daf3247 - main - multimedia/vvdec: also enable on powerpc Message-ID: <202202151544.21FFiYM4044276@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=75113daf3247de442e0547ab5a22808ea816da93 commit 75113daf3247de442e0547ab5a22808ea816da93 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-02-15 15:39:38 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-02-15 15:39:38 +0000 multimedia/vvdec: also enable on powerpc --- multimedia/vvdec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/vvdec/Makefile b/multimedia/vvdec/Makefile index 023751befbdb..da7fc952c0bb 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 powerpc64 powerpc64le +ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le USES= cmake compiler:c++14-lang USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202151544.21FFiYM4044276>