aboutsummaryrefslogtreecommitdiff
path: root/graphics/povray37
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-06 13:34:05 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-06 13:34:05 +0000
commitb3f39cd3e64e95f4102c9bacf0585c1c2c0df3c4 (patch)
treeeab387e50ba431373bd677b0003703e47a6bb484 /graphics/povray37
parent8e0a71a570c06cd01e50e039ee6c032414908c76 (diff)
downloadports-b3f39cd3e64e95f4102c9bacf0585c1c2c0df3c4.tar.gz
ports-b3f39cd3e64e95f4102c9bacf0585c1c2c0df3c4.zip
graphics/povray37: fix build on GCC architectures
Use new GCC to fix build. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=513885
Diffstat (limited to 'graphics/povray37')
-rw-r--r--graphics/povray37/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile
index a2a0299ae675..398e6557f150 100644
--- a/graphics/povray37/Makefile
+++ b/graphics/povray37/Makefile
@@ -13,11 +13,9 @@ COMMENT= Persistence of Vision Ray Tracer
LICENSE= AGPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_powerpc64= Does not build: c++: Internal error: Killed (program cc1plus)
-
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= autoreconf:build gmake
+USES= autoreconf:build compiler:c11 gmake
USE_GITHUB= yes
GH_ACCOUNT= POV-Ray