diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-05-27 22:17:59 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-05-27 22:17:59 +0000 |
commit | 25122cf2a2a666c4f1248a6de4596b5c911deee2 (patch) | |
tree | 28ec2f704285b1ac6afb9e8aeca0f4b096c5ea20 /games/vamos/Makefile | |
parent | fc1ce666fe45aca49e251a15905f428d8247e1e7 (diff) |
games/vamos: fix build with lang/gcc6 or later
PR: 216077
Submitted by: w.schwarzenfeld@utanet.at
Reported by: jbeich
Notes
Notes:
svn path=/head/; revision=471010
Diffstat (limited to 'games/vamos/Makefile')
-rw-r--r-- | games/vamos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index c70c4855fa9d..b6fa5cbf2a8c 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libpng.so:graphics/png - +USE_CXXSTD= c++98 USES= libtool openal:al,alut pkgconfig USE_XORG= sm ice x11 xi xext xmu USE_GL= glut |