git: 3441e862eff9 - main - multimedia/vvenc: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 09 Jul 2023 20:11:24 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3441e862eff932b3b265fe9383da39c2839c27e2

commit 3441e862eff932b3b265fe9383da39c2839c27e2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-09 20:10:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-09 20:11:22 +0000

    multimedia/vvenc: Broken on i386
    
    Reported by:    fallout
---
 multimedia/vvenc/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/vvenc/Makefile b/multimedia/vvenc/Makefile
index eaf31f91964e..cd1ca56dedb4 100644
--- a/multimedia/vvenc/Makefile
+++ b/multimedia/vvenc/Makefile
@@ -10,6 +10,8 @@ WWW=		https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solution
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	compilation fails: error: use of undeclared identifier 'read_x86_extension_flags'
+
 USES=		cmake:testing # some tests fail, see https://github.com/fraunhoferhhi/vvenc/issues/262
 USE_LDCONFIG=	yes