svn commit: r461943 - head/graphics/povray36

Tobias C. Berner tcberner at FreeBSD.org
Thu Feb 15 18:37:43 UTC 2018


Author: tcberner
Date: Thu Feb 15 18:37:42 2018
New Revision: 461943
URL: https://svnweb.freebsd.org/changeset/ports/461943

Log:
  graphics/povray36, fix build with clang6

Modified:
  head/graphics/povray36/Makefile

Modified: head/graphics/povray36/Makefile
==============================================================================
--- head/graphics/povray36/Makefile	Thu Feb 15 18:37:09 2018	(r461942)
+++ head/graphics/povray36/Makefile	Thu Feb 15 18:37:42 2018	(r461943)
@@ -22,6 +22,7 @@ BROKEN_powerpc64=	Does not build: error: 64 bit CPU re
 USE_XORG=	x11
 USES=		gmake jpeg tar:bzip2
 GNU_CONFIGURE=	yes
+USE_CXXSTD=	gnu++98
 
 OPTIONS_DEFINE=	OPTIMIZED_CFLAGS DOCS
 


More information about the svn-ports-head mailing list