diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-08 10:01:07 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-08 10:02:16 -0700 |
commit | c2cb6eddc0c420987f81711ec4db73d9ae11a78c (patch) | |
tree | 1e5cb7250dcffb31a378399111b46f62b8b941f2 | |
parent | finance/myphpmoney: Remove expired port (diff) |
misc/py-fastscapelib: Broken on 13
Reported by: fallout
-rw-r--r-- | misc/py-fastscapelib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/py-fastscapelib/Makefile b/misc/py-fastscapelib/Makefile index dd142735cb90..42412318de85 100644 --- a/misc/py-fastscapelib/Makefile +++ b/misc/py-fastscapelib/Makefile @@ -12,6 +12,7 @@ WWW= https://fastscapelib.readthedocs.io/en/latest/ \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= compilation fails with clang-19, see https://github.com/fastscape-lem/fastscapelib/issues/168 BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/fastscape-lem/fastscapelib/issues/168 BUILD_DEPENDS= cmake:devel/cmake-core \ |