From fa200cc64f4a73e456212f4c0490215745bbb97b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 14 May 2021 21:25:32 +0300 Subject: [PATCH] misc/glow: mark BROKEN (does not link) Approved by: portmgr blanket --- misc/glow/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/glow/Makefile b/misc/glow/Makefile index 91f38e47c57e..6031773a3f62 100644 --- a/misc/glow/Makefile +++ b/misc/glow/Makefile @@ -11,6 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= non-constant-expression cannot be narrowed from type 'dim_t', see https://github.com/pytorch/glow/issues/4024 +BROKEN= does not link: undefined reference to typeinfo for snappy::Source LIB_DEPENDS= libLLVM-${LLVM_VER:R}.so:devel/llvm${LLVM_VER:S/.//} \ libboost_system.so:devel/boost-libs \