aboutsummaryrefslogtreecommitdiff
path: root/graphics/opencolorio
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-16 00:33:58 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-16 00:33:58 +0000
commitd6c96927f496d42b5d5bcc3acd57ddd8b1676a3e (patch)
treeeb408fab826c7355900fc74e12523bd3451fe5f9 /graphics/opencolorio
parentbbda4dd30fc63acf6729df2e84e9d80c275c17e5 (diff)
downloadports-d6c96927f496d42b5d5bcc3acd57ddd8b1676a3e.tar.gz
ports-d6c96927f496d42b5d5bcc3acd57ddd8b1676a3e.zip
Mark as broken on various tier-2 archs.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=426197
Diffstat (limited to 'graphics/opencolorio')
-rw-r--r--graphics/opencolorio/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile
index 8cd150668af5..7d01d5be4b49 100644
--- a/graphics/opencolorio/Makefile
+++ b/graphics/opencolorio/Makefile
@@ -11,8 +11,6 @@ COMMENT?= Complete color management solution
LICENSE= BSD3CLAUSE
-BROKEN_powerpc64= Does not build
-
USE_GITHUB= yes
GH_ACCOUNT= imageworks
GH_PROJECT= OpenColorIO
@@ -37,6 +35,12 @@ SHEBANG_FILES= share/sphinx/ExtractRstFromSourceCPP.py \
#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_mips64= Does not compile: error: unrecognized command line option -msse2
+BROKEN_powerpc64= Does not build
+BROKEN_sparc64= Does not compile: error: unrecognized command line option -msse2
+
.include <bsd.port.options.mk>
.if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == tools