diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-04 08:48:04 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-04 08:48:23 +0000 |
| commit | 9ea8c7b75b40f642c12c07763635471ce7859db2 (patch) | |
| tree | 9256122903dda4c29042b43c3961c98f7c0bfcb7 | |
| parent | f9eddf3e03269752cdd5e90944851bc833a1410c (diff) | |
science/rdkit: Broken on 16: clang crashes
| -rw-r--r-- | science/rdkit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/rdkit/Makefile b/science/rdkit/Makefile index 2adc312943b3..9b740c002de8 100644 --- a/science/rdkit/Makefile +++ b/science/rdkit/Makefile @@ -23,6 +23,8 @@ WWW= https://www.rdkit.org/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt +BROKEN_FreeBSD_16_amd64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272652 + BUILD_DEPENDS= catch>0:devel/catch \ flex:textproc/flex LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ |
