svn commit: r506347 - head/games/7kaa

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jul 10 11:03:23 UTC 2019


Author: pkubaj
Date: Wed Jul 10 11:03:22 2019
New Revision: 506347
URL: https://svnweb.freebsd.org/changeset/ports/506347

Log:
  games/7kaa: fix build on GCC architectures
  
  Add USES=compiler:c++11-lang to fix:
  configure: error: *** A compiler with support for C++11 language features is required.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/games/7kaa/Makefile

Modified: head/games/7kaa/Makefile
==============================================================================
--- head/games/7kaa/Makefile	Wed Jul 10 10:55:58 2019	(r506346)
+++ head/games/7kaa/Makefile	Wed Jul 10 11:03:22 2019	(r506347)
@@ -18,7 +18,8 @@ LIB_DEPENDS=	libenet.so:net/enet \
 USE_GITHUB=	yes
 GH_ACCOUNT=	the3dfxdude
 
-USES=		autoreconf gettext-tools gmake localbase openal:al pkgconfig sdl
+USES=		autoreconf compiler:c++11-lang gettext-tools gmake localbase \
+		openal:al pkgconfig sdl
 USE_SDL=	sdl2
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list