svn commit: r474730 - head/graphics/opencolorio

Steve Wills swills at FreeBSD.org
Mon Jul 16 11:12:22 UTC 2018


Author: swills
Date: Mon Jul 16 11:12:21 2018
New Revision: 474730
URL: https://svnweb.freebsd.org/changeset/ports/474730

Log:
  graphics/opencolorio: remove BROKEN
  
  PR:		229728
  Submitted by:	Greg V <greg at unrelenting.technology>
  Approved by:	Shane <FreeBSD at ShaneWare.Biz> (maintainer

Modified:
  head/graphics/opencolorio/Makefile   (contents, props changed)

Modified: head/graphics/opencolorio/Makefile
==============================================================================
--- head/graphics/opencolorio/Makefile	Mon Jul 16 11:09:04 2018	(r474729)
+++ head/graphics/opencolorio/Makefile	Mon Jul 16 11:12:21 2018	(r474730)
@@ -37,13 +37,6 @@ CMAKE_ARGS+=	-DOCIO_USE_SSE:BOOL=ON
 CMAKE_ARGS+=	-DOCIO_USE_SSE:BOOL=OFF
 .endif
 
-BROKEN_aarch64=		Does not compile: error: use of undeclared identifier __builtin_ia32_emms
-BROKEN_armv6=		Does not compile: error: use of undeclared identifier __builtin_ia32_emms
-BROKEN_armv7=		Does not compile: error: use of undeclared identifier __builtin_ia32_emms
-BROKEN_mips64=		Does not compile: error: unrecognized command line option -msse2
-BROKEN_powerpc64=	Does not compile: error: unrecognized command line option -msse2
-BROKEN_sparc64=		Does not compile: error: unrecognized command line option -msse2
-
 .include <bsd.port.options.mk>
 
 .if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == tools


More information about the svn-ports-all mailing list