Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 13:50:23 +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: r513577 - head/graphics/povray36
Message-ID:  <201910021350.x92DoNmk060867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Oct  2 13:50:22 2019
New Revision: 513577
URL: https://svnweb.freebsd.org/changeset/ports/513577

Log:
  graphics/povray36: fix build on powerpc64
  
  Builds on powerpc64 with GCC from ports.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/graphics/povray36/Makefile

Modified: head/graphics/povray36/Makefile
==============================================================================
--- head/graphics/povray36/Makefile	Wed Oct  2 13:28:43 2019	(r513576)
+++ head/graphics/povray36/Makefile	Wed Oct  2 13:50:22 2019	(r513577)
@@ -17,10 +17,8 @@ COMMENT=	Persistence of Vision Ray Tracer
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
-BROKEN_powerpc64=	Does not build: error: 64 bit CPU required
-
 USE_XORG=	x11
-USES=		gmake jpeg tar:bzip2
+USES=		compiler:c11 gmake jpeg tar:bzip2
 GNU_CONFIGURE=	yes
 USE_CXXSTD=	gnu++98
 



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