aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-05-14 18:25:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-05-14 19:51:48 +0000
commitfa200cc64f4a73e456212f4c0490215745bbb97b (patch)
tree2a121756dc20e6f311fda186578962a22031c491
parent1082f8b1f0931f42abd8b0837b3dd06eae63d165 (diff)
downloadports-fa200cc64f4a73e456212f4c0490215745bbb97b.tar.gz
ports-fa200cc64f4a73e456212f4c0490215745bbb97b.zip
misc/glow: mark BROKEN (does not link)
Approved by: portmgr blanket
-rw-r--r--misc/glow/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \