Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2023 18:27:12 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: a9b2c2632500 - main - multimedia/vvenc: disable on powerpc
Message-ID:  <202310111827.39BIRCGa091252@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=a9b2c2632500c7c7de7c60a234976441d987ef16

commit a9b2c2632500c7c7de7c60a234976441d987ef16
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-10-10 15:19:11 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-10-11 18:26:32 +0000

    multimedia/vvenc: disable on powerpc
---
 multimedia/vvenc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multimedia/vvenc/Makefile b/multimedia/vvenc/Makefile
index 1be760e37df0..06098425960e 100644
--- a/multimedia/vvenc/Makefile
+++ b/multimedia/vvenc/Makefile
@@ -12,6 +12,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN_i386=	compilation fails: error: use of undeclared identifier 'read_x86_extension_flags'
+BROKEN_powerpc=	compilation fails: error: use of undeclared identifier 'read_x86_extension_flags'
 
 USES=		cmake: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?202310111827.39BIRCGa091252>