Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2019 13:02:31 +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: r504188 - head/games/einstein
Message-ID:  <201906141302.x5ED2Vb3057087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun 14 13:02:31 2019
New Revision: 504188
URL: https://svnweb.freebsd.org/changeset/ports/504188

Log:
  - Simplify handling c++11-specific errors by specifying older c++ standard

Modified:
  head/games/einstein/Makefile

Modified: head/games/einstein/Makefile
==============================================================================
--- head/games/einstein/Makefile	Fri Jun 14 12:59:23 2019	(r504187)
+++ head/games/einstein/Makefile	Fri Jun 14 13:02:31 2019	(r504188)
@@ -16,12 +16,9 @@ LICENSE=	GPLv2+ # (now dead) website mentions GPL
 
 LIB_DEPENDS=	libfreetype.so:print/freetype2
 
-USES=		compiler
 USE_SDL=	sdl ttf mixer
+USE_CXXSTD=	c++98
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
-CXXFLAGS_clang=	-Wno-c++11-narrowing
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/einstein



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