svn commit: r498686 - head/games/valyriatear

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 11 21:43:04 UTC 2019


Author: amdmi3
Date: Thu Apr 11 21:43:03 2019
New Revision: 498686
URL: https://svnweb.freebsd.org/changeset/ports/498686

Log:
  - Fix build on Tier 2 [1]
  - Use more correct way of silencing c++11 warnings
  
  PR:		237143 [1]
  Submitted by:	pkubaj at anongoth.pl [1]

Modified:
  head/games/valyriatear/Makefile

Modified: head/games/valyriatear/Makefile
==============================================================================
--- head/games/valyriatear/Makefile	Thu Apr 11 21:39:46 2019	(r498685)
+++ head/games/valyriatear/Makefile	Thu Apr 11 21:43:03 2019	(r498686)
@@ -23,17 +23,15 @@ GH_ACCOUNT=	Bertram25
 GH_PROJECT=	ValyriaTear
 GH_TAGNAME=	${PORTVERSION}-gcc5 # contains relevant tolua++ fixes
 
-USES=		alias cmake compiler gettext-tools gl iconv lua:51 \
-		openal
+USES=		alias cmake compiler:c++11-lang gettext-tools gl iconv lua:51 \
+		openal sdl
 CMAKE_ARGS=	-DUSE_PCH_COMPILATION=OFF
 USE_SDL=	sdl image ttf
 USE_GL=		gl glu
 USE_XORG=	x11 xext sm ice
+USE_CXXSTD=	c++03
 INSTALLS_ICONS=	yes
 LLD_UNSAFE=	yes
-
-CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
-CXXFLAGS_clang=	-Wno-reserved-user-defined-literal
 
 PORTDOCS=	*
 PORTDATA=	*


More information about the svn-ports-all mailing list