git: c0f916cc6462 - main - cad/horizon-eda: Fails to compile on FreeBSD 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 17:21:02 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c0f916cc6462df0823ace087e98bca4efd971667
commit c0f916cc6462df0823ace087e98bca4efd971667
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-10 17:20:33 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-10 17:20:33 +0000
cad/horizon-eda: Fails to compile on FreeBSD 14
Reported by: fallout
---
cad/horizon-eda/Makefile | 2 ++
1 file changed, 2 insertions(+)
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