Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2019 13:34:05 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513885 - head/graphics/povray37
Message-ID:  <201910061334.x96DY5I1076185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910061334.x96DY5I1076185>