svn commit: r496026 - head/graphics/embree

Antoine Brodin antoine at FreeBSD.org
Sun Mar 17 08:13:32 UTC 2019


Author: antoine
Date: Sun Mar 17 08:13:31 2019
New Revision: 496026
URL: https://svnweb.freebsd.org/changeset/ports/496026

Log:
  Mark BROKEN: fails to link
  
  /usr/bin/ld: libtutorial_device_ispc.a(tutorial_device.dev_sse2.o): relocation R_X86_64_PC32 against `__stdoutp@@FBSD_1.0' can not be used when making a shared object
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/embree/Makefile

Modified: head/graphics/embree/Makefile
==============================================================================
--- head/graphics/embree/Makefile	Sun Mar 17 08:11:40 2019	(r496025)
+++ head/graphics/embree/Makefile	Sun Mar 17 08:13:31 2019	(r496026)
@@ -11,6 +11,8 @@ COMMENT=	Collection of high-performance ray tracing ke
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to link
+
 ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=	heavy use of SSE instructions
 


More information about the svn-ports-all mailing list