Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2018 22:17:59 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471010 - head/games/vamos
Message-ID:  <201805272217.w4RMHxxh045582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805272217.w4RMHxxh045582>