svn commit: r504187 - head/games/wop

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 14 12:59:25 UTC 2019


Author: amdmi3
Date: Fri Jun 14 12:59:23 2019
New Revision: 504187
URL: https://svnweb.freebsd.org/changeset/ports/504187

Log:
  - Add USE_CXXSTD for cleaner handling of c++11 warnings

Modified:
  head/games/wop/Makefile

Modified: head/games/wop/Makefile
==============================================================================
--- head/games/wop/Makefile	Fri Jun 14 12:57:25 2019	(r504186)
+++ head/games/wop/Makefile	Fri Jun 14 12:59:23 2019	(r504187)
@@ -18,13 +18,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	makedepend:devel/makedepend
 
-USES=		compiler gmake sdl tar:bzip2
+USES=		gmake sdl tar:bzip2
 USE_SDL=	sdl net mixer ttf image
+USE_CXXSTD=	c++98
 
 MAKE_JOBS_UNSAFE=	yes
-
-CXXFLAGS_clang=	-Wno-c++11-narrowing -Wno-reserved-user-defined-literal
-CXXFLAGS+=      ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
 
 DATAVERSION=	2005-12-21
 DESKTOP_ENTRIES="Worms of Prey" \


More information about the svn-ports-head mailing list