svn commit: r460106 - head/games/oolite

Guido Falsi madpilot at FreeBSD.org
Sat Jan 27 11:19:07 UTC 2018


Author: madpilot
Date: Sat Jan 27 11:19:06 2018
New Revision: 460106
URL: https://svnweb.freebsd.org/changeset/ports/460106

Log:
  Fix build with clang 6.
  
  PR:		225485
  Submitted by:	lightside <lightside at gmx.com>

Modified:
  head/games/oolite/Makefile

Modified: head/games/oolite/Makefile
==============================================================================
--- head/games/oolite/Makefile	Sat Jan 27 11:14:19 2018	(r460105)
+++ head/games/oolite/Makefile	Sat Jan 27 11:19:06 2018	(r460106)
@@ -24,6 +24,7 @@ LIB_DEPENDS=		libespeak.so:audio/espeak \
 			libminizip.so:archivers/minizip
 
 USES=			gnustep openal:al perl5 python:build tar:bzip2
+USE_CXXSTD=		gnu++98
 USE_GL=			gl glu
 USE_SDL=		sdl
 USE_XORG=		x11


More information about the svn-ports-all mailing list