svn commit: r513885 - head/graphics/povray37

Piotr Kubaj pkubaj at FreeBSD.org
Sun Oct 6 13:34:06 UTC 2019


Author: pkubaj
Date: Sun Oct  6 13:34:05 2019
New Revision: 513885
URL: https://svnweb.freebsd.org/changeset/ports/513885

Log:
  graphics/povray37: fix build on GCC architectures
  
  Use new GCC to fix build.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/graphics/povray37/Makefile

Modified: head/graphics/povray37/Makefile
==============================================================================
--- head/graphics/povray37/Makefile	Sun Oct  6 13:33:02 2019	(r513884)
+++ head/graphics/povray37/Makefile	Sun Oct  6 13:34:05 2019	(r513885)
@@ -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
 


More information about the svn-ports-head mailing list