diff options
author | madpilot <madpilot@FreeBSD.org> | 2018-01-27 19:19:06 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2018-01-27 19:19:06 +0800 |
commit | 1d2c779196cd08eb624ef52b3b8eb8eed1740975 (patch) | |
tree | 9e65492ae7318cee3d3ef2f30bfa9802c610cb8b /games | |
parent | b4a91e4fd107ab25b8c268b88ff013a34bf17c81 (diff) | |
download | freebsd-ports-gnome-1d2c779196cd08eb624ef52b3b8eb8eed1740975.tar.gz freebsd-ports-gnome-1d2c779196cd08eb624ef52b3b8eb8eed1740975.tar.zst freebsd-ports-gnome-1d2c779196cd08eb624ef52b3b8eb8eed1740975.zip |
Fix build with clang 6.
PR: 225485
Submitted by: lightside <lightside@gmx.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/oolite/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/oolite/Makefile b/games/oolite/Makefile index ae0c29c9140e..3bff507a14c2 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -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 |