svn commit: r490733 - head/devel/ispc

Antoine Brodin antoine at FreeBSD.org
Sat Jan 19 20:07:14 UTC 2019


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
 


More information about the svn-ports-head mailing list