svn commit: r504188 - head/games/einstein

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 14 13:02:32 UTC 2019


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


More information about the svn-ports-all mailing list