From 8f3e44f32e314c9bae844a3c71dc2b2619a36694 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 2 Oct 2019 13:50:22 +0000 Subject: graphics/povray36: fix build on powerpc64 Builds on powerpc64 with GCC from ports. Approved by: mentors (implicit approval) --- graphics/povray36/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'graphics') diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index f1e44d56b407..bbab6770cee9 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -17,10 +17,8 @@ COMMENT= Persistence of Vision Ray Tracer LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff -BROKEN_powerpc64= Does not build: error: 64 bit CPU required - USE_XORG= x11 -USES= gmake jpeg tar:bzip2 +USES= compiler:c11 gmake jpeg tar:bzip2 GNU_CONFIGURE= yes USE_CXXSTD= gnu++98 -- cgit v1.2.3