svn commit: r513577 - head/graphics/povray36

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 2 13:50:23 UTC 2019


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
 


More information about the svn-ports-head mailing list