graphics/povray37: fix build on GCC architectures
Use new GCC to fix build. Approved by: mentors (implicit approval)
This commit is contained in:
parent
8e0a71a570
commit
b3f39cd3e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513885
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue