aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixie
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-01-02 01:46:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-01-02 01:46:08 +0000
commitf2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee (patch)
treec1428e3ef48406f008bf9e485352728e13586ff8 /graphics/pixie
parentbb8c820157b78f5163933bfd87bd3c92e922f882 (diff)
downloadports-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.tar.gz
ports-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.zip
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=559904
Diffstat (limited to 'graphics/pixie')
-rw-r--r--graphics/pixie/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 4973f0cb82d8..08a3da88e798 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -14,9 +14,10 @@ COMMENT= Photorealistic renderer with Pixar's RenderMan-like interface
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_aarch64= fails to compile: use of undeclared identifier CRenderer
-BROKEN_armv6= fails to compile: use of undeclared identifier CRenderer
-BROKEN_armv7= fails to compile: use of undeclared identifier CRenderer
+BROKEN_aarch64= fails to compile: ri/atomic.h:149:9: use of undeclared identifier CRenderer
+BROKEN_armv6= fails to compile: ri/atomic.h:149:9: use of undeclared identifier CRenderer
+BROKEN_armv7= fails to compile: ri/atomic.h:149:9: use of undeclared identifier CRenderer
+BROKEN_riscv64= fails to compile: ri/atomic.h:149:9: use of undeclared identifier CRenderer
BROKEN_FreeBSD_11_powerpc64= fails to compile on powerpc64 elfv1: ../common/mathSpec.h:548:37: error: 'max' was not declared in this scope
BROKEN_FreeBSD_12_powerpc64= fails to compile on powerpc64 elfv1: ../common/mathSpec.h:548:37: error: 'max' was not declared in this scope