Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2018 11:12:22 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474730 - head/graphics/opencolorio
Message-ID:  <201807161112.w6GBCMop034411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@unrelenting.technology>
  Approved by:	Shane <FreeBSD@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807161112.w6GBCMop034411>