diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-11 20:05:15 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-11 20:05:15 +0000 |
commit | 135ea9af8816c8d806f5e7d09d7c2ac72d27814d (patch) | |
tree | 625a2818ae7bf5a1a9db2503ca5bd4d2c27b5036 /games/criticalmass | |
parent | b18b84acc013d25cc11387e15c052456c07fb5cc (diff) | |
download | ports-135ea9af8816c8d806f5e7d09d7c2ac72d27814d.tar.gz ports-135ea9af8816c8d806f5e7d09d7c2ac72d27814d.zip |
Notes
Diffstat (limited to 'games/criticalmass')
-rw-r--r-- | games/criticalmass/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 99b160b46ccd..c11d4a9f33d3 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -23,6 +23,7 @@ DOS2UNIX_FILES= tinyxml/*.cpp tinyxml/*.h USE_XORG= x11 USE_GL= gl USE_SDL= image mixer sdl +USE_CXXSTD= gnu++98 USE_GCC= any GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-optimize |