From d2f48d88a3371d1e9f7a84fd800d743034d8a0a2 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 2 Nov 2024 21:44:18 -0700 Subject: [PATCH] science/pcmsolver: Broken on 15 with clang-19 Reported by: fallout --- science/pcmsolver/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/pcmsolver/Makefile b/science/pcmsolver/Makefile index a82b52073727..ff137c88f6ef 100644 --- a/science/pcmsolver/Makefile +++ b/science/pcmsolver/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/PCMSolver/pcmsolver LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_15= compilation is broken with clang-19, see https://github.com/PCMSolver/pcmsolver/issues/208 + USES= cmake compiler:c11 fortran python USE_LDCONFIG= yes