Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2024 11:54:30 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: 928c1cb80795 - main - multimedia/vvdec: remove ONLY_FOR_ARCHS
Message-ID:  <202408161154.47GBsUZP005708@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=928c1cb80795a9538e8e4a6189ceda0e6a721ff1

commit 928c1cb80795a9538e8e4a6189ceda0e6a721ff1
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-08-14 09:18:22 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-16 11:54:21 +0000

    multimedia/vvdec: remove ONLY_FOR_ARCHS
    
    Builds fine on i386.
---
 multimedia/vvdec/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/multimedia/vvdec/Makefile b/multimedia/vvdec/Makefile
index 35ec715ef684..5769a25cf84b 100644
--- a/multimedia/vvdec/Makefile
+++ b/multimedia/vvdec/Makefile
@@ -10,8 +10,6 @@ WWW=		https://github.com/fraunhoferhhi/vvdec
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-ONLY_FOR_ARCHS=		aarch64 armv6 armv7 amd64 powerpc powerpc64 powerpc64le riscv64
-
 USES=		cmake:noninja,testing compiler:c++14-lang
 USE_LDCONFIG=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408161154.47GBsUZP005708>