svn commit: r492783 - head/games/instead

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 12 15:19:47 UTC 2019


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 at 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}


More information about the svn-ports-all mailing list