Date: Sun, 9 Jul 2023 20:11:24 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3441e862eff9 - main - multimedia/vvenc: Broken on i386 Message-ID: <202307092011.369KBOPa030858@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307092011.369KBOPa030858>