Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2019 15:19:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492783 - head/games/instead
Message-ID:  <201902121519.x1CFJkJu089369@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb 12 15:19:45 2019
New Revision: 492783
URL: https://svnweb.freebsd.org/changeset/ports/492783

Log:
  - Add USES=compiler:c++11-lang to fix build on GCC architectures
  
  PR:		235613
  Submitted by:	pkubaj@anongoth.pl

Modified:
  head/games/instead/Makefile

Modified: head/games/instead/Makefile
==============================================================================
--- head/games/instead/Makefile	Tue Feb 12 15:10:10 2019	(r492782)
+++ head/games/instead/Makefile	Tue Feb 12 15:19:45 2019	(r492783)
@@ -13,7 +13,7 @@ COMMENT=	Simple Text Adventure, The Interpreter
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake iconv lua:51 pkgconfig
+USES=		cmake compiler:c++11-lang iconv lua:51 pkgconfig
 CMAKE_ARGS=	-DMANDIR=man
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}



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