git: 52df6568e949 - 2023Q3 - multimedia/vvenc: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 20:11:45 UTC
The branch 2023Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=52df6568e94926bed0bd9a7eebcd9ffcfa2e87e8 commit 52df6568e94926bed0bd9a7eebcd9ffcfa2e87e8 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:43 +0000 multimedia/vvenc: Broken on i386 Reported by: fallout (cherry picked from commit 3441e862eff932b3b265fe9383da39c2839c27e2) --- 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