aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-06-10 17:20:33 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-06-10 17:20:33 +0000
commitc0f916cc6462df0823ace087e98bca4efd971667 (patch)
treeaf05516aa060e91683ac00dd8cc8b9e3416a742e
parent333ed68ec1699578c5c4782f17ae3122e388b2f4 (diff)
downloadports-c0f916cc6462df0823ace087e98bca4efd971667.tar.gz
ports-c0f916cc6462df0823ace087e98bca4efd971667.zip
cad/horizon-eda: Fails to compile on FreeBSD 14
Reported by: fallout
-rw-r--r--cad/horizon-eda/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile
index b8bb3f9e63b4..fa990ba0be7c 100644
--- a/cad/horizon-eda/Makefile
+++ b/cad/horizon-eda/Makefile
@@ -9,6 +9,8 @@ COMMENT= EDA package for printed circuit board design
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_FreeBSD_14= fails to compile (error: no matching function for call to '__search') due to this clang regression: https://github.com/llvm/llvm-project/issues/55683
+
BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs \
cppzmq>0:net/cppzmq \
glm>0:math/glm