svn commit: r489440 - head/games/goonies

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jan 6 07:56:49 UTC 2019


Author: amdmi3
Date: Sun Jan  6 07:56:48 2019
New Revision: 489440
URL: https://svnweb.freebsd.org/changeset/ports/489440

Log:
  - Fix build

Modified:
  head/games/goonies/Makefile

Modified: head/games/goonies/Makefile
==============================================================================
--- head/games/goonies/Makefile	Sun Jan  6 07:21:24 2019	(r489439)
+++ head/games/goonies/Makefile	Sun Jan  6 07:56:48 2019	(r489440)
@@ -17,6 +17,7 @@ LICENSE=	NONE
 USES=		gmake tar:tgz
 USE_SDL=	sdl mixer image
 USE_GL=		gl glu
+USE_CXXSTD=	c++98
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 


More information about the svn-ports-all mailing list