Date: Sun, 6 Jan 2019 07:56:48 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489440 - head/games/goonies Message-ID: <201901060756.x067umr5058941@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901060756.x067umr5058941>