From cb2959b38c03b52a6c04d77e86b04b08c2db274b Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 27 May 2024 14:05:28 -0700 Subject: [PATCH] devel/corrade: Broken on 13 and 14 armv7 Reported by: fallout --- devel/corrade/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/corrade/Makefile b/devel/corrade/Makefile index 3e92c16357a1..1f03632a7afc 100644 --- a/devel/corrade/Makefile +++ b/devel/corrade/Makefile @@ -12,6 +12,9 @@ WWW= https://magnum.graphics/corrade/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13_armv7= compilation fails: error: use of undeclared identifier 'vshrn_high_n_u16' +BROKEN_FreeBSD_14_armv7= compilation fails: error: use of undeclared identifier 'vshrn_high_n_u16' + USES= cmake:testing compiler:c++14-lang USE_LDCONFIG= yes