From 3cff87f6d7eaadebc6674c1000a056ec68b9f26a Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 27 Mar 2025 00:17:23 -0700 Subject: [PATCH] multimedia/vvenc: Broken on i386 --- multimedia/vvenc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/vvenc/Makefile b/multimedia/vvenc/Makefile index e4ead56fd717..c5067fc774b2 100644 --- a/multimedia/vvenc/Makefile +++ b/multimedia/vvenc/Makefile @@ -11,6 +11,8 @@ WWW= https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solution LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_i386= compilation fails, see https://github.com/fraunhoferhhi/vvenc/issues/523 + USES= cmake:testing compiler:c++14-lang USE_LDCONFIG= yes