From e0619530488bc498e006b7cbd1781ccd48be7738 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 10 Nov 2019 06:22:59 +0000 Subject: [PATCH] Mark broken on powerpc64. This port has been failing to build since 20180303. While here, pet portlint. --- graphics/pixie/Makefile | 9 +++++---- 1 file 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