graphics/povray37: fix build on GCC architectures

Use new GCC to fix build.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-10-06 13:34:05 +00:00
parent 8e0a71a570
commit b3f39cd3e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513885

View file

@ -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