svn commit: r474140 - head/games/xmemory

Tobias Kortkamp tobik at FreeBSD.org
Sat Jul 7 21:23:08 UTC 2018


Author: tobik
Date: Sat Jul  7 21:23:07 2018
New Revision: 474140
URL: https://svnweb.freebsd.org/changeset/ports/474140

Log:
  games/xmemory: Fix build with Clang 6
  
  http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs/xmemory-3.7_3.log

Modified:
  head/games/xmemory/Makefile

Modified: head/games/xmemory/Makefile
==============================================================================
--- head/games/xmemory/Makefile	Sat Jul  7 21:09:10 2018	(r474139)
+++ head/games/xmemory/Makefile	Sat Jul  7 21:23:07 2018	(r474140)
@@ -11,6 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Multi-player memory game
 
 USES=		imake tar:tgz
+USE_CXXSTD=	c++98
 USE_XORG=	x11 xext
 MAKE_ENV=	DATADIR="${DATADIR}"
 


More information about the svn-ports-all mailing list