svn commit: r471010 - head/games/vamos
Steve Wills
swills at FreeBSD.org
Sun May 27 22:18:00 UTC 2018
Author: swills
Date: Sun May 27 22:17:59 2018
New Revision: 471010
URL: https://svnweb.freebsd.org/changeset/ports/471010
Log:
games/vamos: fix build with lang/gcc6 or later
PR: 216077
Submitted by: w.schwarzenfeld at utanet.at
Reported by: jbeich
Modified:
head/games/vamos/Makefile (contents, props changed)
Modified: head/games/vamos/Makefile
==============================================================================
--- head/games/vamos/Makefile Sun May 27 21:45:37 2018 (r471009)
+++ head/games/vamos/Makefile Sun May 27 22:17:59 2018 (r471010)
@@ -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
More information about the svn-ports-all
mailing list