diff options
| author | Ronald Klop <ronald@FreeBSD.org> | 2026-03-01 21:53:12 +0000 |
|---|---|---|
| committer | Ronald Klop <ronald@FreeBSD.org> | 2026-03-01 21:58:50 +0000 |
| commit | 693b58e8e4103ea5218c7a335f1e1052356b7120 (patch) | |
| tree | 1f7e4cf584293dd7d125888429a946bbfa2245b5 | |
| parent | fba1610a8e034c6321d4c1bef1582a23666d91d6 (diff) | |
biology/gkl: mark broken on aarch64
multiple errors in the log like:
/usr/lib/clang/19/include/ia32intrin.h:312:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32'
PR: 293534
Reported-by: https://portsfallout.com/fallout?port=biology%2Fgkl%24
Approved-by: yuri@ (maintainer)
| -rw-r--r-- | biology/gkl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/gkl/Makefile b/biology/gkl/Makefile index 4e171461ac93..9574a2aac49f 100644 --- a/biology/gkl/Makefile +++ b/biology/gkl/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/Intel-HLS/GKL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= /usr/lib/clang/19/include/ia32intrin.h:312:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32' + BUILD_DEPENDS= gmake:devel/gmake LIB_DEPENDS= libisal.so:devel/isa-l |
