diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-10 21:49:46 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-11 03:23:54 -0700 |
commit | 4f2f289ba6513efeaca17b6d38a50c717a413046 (patch) | |
tree | 753b38ee37eb263925cf25ea01ae9fc35d74077f | |
parent | devel/fbthrift: Broken on arm64 (diff) |
misc/onnxruntime: Broken on i386
Reported by: fallout
-rw-r--r-- | misc/onnxruntime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile index ea55b2a59131..348c73a169df 100644 --- a/misc/onnxruntime/Makefile +++ b/misc/onnxruntime/Makefile @@ -12,6 +12,8 @@ WWW= https://onnxruntime.ai/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails: error: requested alignment is less than minimum alignment of 8 for type 'google::protobuf::internal::ThreadSafeArena::CacheAlignedLifecycleIdGenerator' + BUILD_DEPENDS= gpatch:devel/patch LIB_DEPENDS= libabsl_base.so:devel/abseil |