From 16df9d66691008f653a6b11048b94c0f8ac1f7b8 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 3 Nov 2016 16:11:48 +0000 Subject: [PATCH] Now builds on sparc64. While here, pacify portlint. Approved by: portmgr (tier-2 blanket) --- graphics/povray37/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 7d49e14c7991..d798fa3d7415 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -11,10 +11,10 @@ DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX} MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= Persistence of Vision Ray Tracer -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_thread.so:devel/boost-libs +BROKEN_powerpc64= Does not build + OPTIONS_DEFINE= X11 PNG JPEG TIFF OPENEXR STATIC IO EXAMPLES DOCS OPTIONS_DEFAULT=PNG JPEG OPTIONS_SUB= yes @@ -101,10 +101,6 @@ CONFIGURE_ARGS+=--without-openexr CONFIGURE_ARGS+=NON_REDISTRIBUTABLE_BUILD=yes .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64: thread-local storage not supported -.endif - MAN1= ${PORTNAME}${PKGNAMESUFFIX}.1 DOC_FILES= AUTHORS ChangeLog NEWS