diff options
author | John Marino <marino@FreeBSD.org> | 2015-04-10 19:04:19 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-04-10 19:04:19 +0000 |
commit | 637a8c132c00b0a80516e047b765c3e3d102957c (patch) | |
tree | 06a641c9a5c34f159616bdc9d331dbee9985118e /games | |
parent | 923cf2f9b6f0c8245dc93ebb7bbbc514b2844c1c (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/megaglest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile index 258154c2e436..8b3a654d65f8 100644 --- a/games/megaglest/Makefile +++ b/games/megaglest/Makefile @@ -27,6 +27,7 @@ USES= cmake compiler:c++11-lib display:build dos2unix lua openal:al,alut pkgcon USE_GL= glew gl glu USE_SDL= yes USE_WX= 3.0 +USE_CXXSTD= c++11 WX_UNICODE= yes CFLAGS+= -I${LOCALBASE}/include |