Date: Sat, 27 Jan 2018 11:19:06 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460106 - head/games/oolite Message-ID: <201801271119.w0RBJ6ZE027735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801271119.w0RBJ6ZE027735>