svn commit: r547238 - head/games/blockattack

Jan Beich jbeich at FreeBSD.org
Tue Sep 1 04:13:46 UTC 2020


Author: jbeich
Date: Tue Sep  1 04:13:44 2020
New Revision: 547238
URL: https://svnweb.freebsd.org/changeset/ports/547238

Log:
  games/blockattack: unbreak on GCC architectures
  
  cc1plus: error: unrecognized command line option "-Wno-implicit-fallthrough"
  cc1plus: error: unrecognized command line option "-std=c++11"

Modified:
  head/games/blockattack/Makefile   (contents, props changed)

Modified: head/games/blockattack/Makefile
==============================================================================
--- head/games/blockattack/Makefile	Tue Sep  1 04:13:38 2020	(r547237)
+++ head/games/blockattack/Makefile	Tue Sep  1 04:13:44 2020	(r547238)
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	zip:archivers/zip \
 LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
 		libphysfs.so:devel/physfs
 
-USES=		cmake gettext localbase:ldflags pkgconfig sdl shebangfix
+USES=		cmake compiler:c++11-lib gettext localbase:ldflags \
+		pkgconfig sdl shebangfix
 USE_GITHUB=	yes
 USE_SDL=	image2 mixer2 ttf2
 GH_PROJECT=	${PORTNAME}-game


More information about the svn-ports-all mailing list