aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-11-10 06:22:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-11-10 06:22:59 +0000
commite0619530488bc498e006b7cbd1781ccd48be7738 (patch)
treedf5e441bd100834fab8766a57c628ddf8f873d24 /graphics
parent16cbe74ca6fdabb50344b46357d4f2610f3e4d75 (diff)
downloadports-e0619530488bc498e006b7cbd1781ccd48be7738.tar.gz
ports-e0619530488bc498e006b7cbd1781ccd48be7738.zip
Mark broken on powerpc64. This port has been failing to build since
20180303. While here, pet portlint.
Notes
Notes: svn path=/head/; revision=517185
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pixie/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index aa88a72199f2..62e074d388ab 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -14,15 +14,16 @@ COMMENT= Photorealistic renderer with Pixar's RenderMan-like interface
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libIlmImf.so:graphics/openexr \
- libtiff.so:graphics/tiff \
- libfltk_gl.so:x11-toolkits/fltk
-
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_powerpc64= fails to compile: ../common/mathSpec.h:548:37: error: 'max' was not declared in this scope
BROKEN_sparc64= fails to compile
+LIB_DEPENDS= libIlmImf.so:graphics/openexr \
+ libtiff.so:graphics/tiff \
+ libfltk_gl.so:x11-toolkits/fltk
+
USES= bison compiler:c++0x gl libtool pathfix tar:tgz
USE_GL= glu
GNU_CONFIGURE= yes