Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2019 11:03:23 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506347 - head/games/7kaa
Message-ID:  <201907101103.x6AB3NXC008195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907101103.x6AB3NXC008195>