Date: Sat, 19 Jan 2019 20:07:13 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490733 - head/devel/ispc Message-ID: <201901192007.x0JK7Dvq053005@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jan 19 20:07:13 2019 New Revision: 490733 URL: https://svnweb.freebsd.org/changeset/ports/490733 Log: Mark BROKEN: fails to link llvmutil.cpp:(.text+0x3c62): undefined reference to `llvm::Value::dump() const' Reported by: pkg-fallout Modified: head/devel/ispc/Makefile Modified: head/devel/ispc/Makefile ============================================================================== --- head/devel/ispc/Makefile Sat Jan 19 20:02:45 2019 (r490732) +++ head/devel/ispc/Makefile Sat Jan 19 20:07:13 2019 (r490733) @@ -13,6 +13,8 @@ COMMENT= Intel's compiler for high-performance SIMD pr LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= fails to link + ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= only available for x86 architectures
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901192007.x0JK7Dvq053005>