From 2583cccf00773852537ce822d35a6acbb205f7c4 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 26 Mar 2024 23:11:31 -0700 Subject: [PATCH] www/wabt: Broken on 15 amd64 Reported by: fallout --- www/wabt/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/wabt/Makefile b/www/wabt/Makefile index b265829ddb2a..d4e04356a0b1 100644 --- a/www/wabt/Makefile +++ b/www/wabt/Makefile @@ -9,6 +9,8 @@ WWW= https://github.com/WebAssembly/wabt LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_15_amd64= clang-17 fails to build wabt: undefined symbol: __elf_aux_vector, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277983 + TEST_DEPENDS= googletest>0:devel/googletest USES= cmake:testing localbase:ldflags python ssl