svn commit: r491366 - head/lang/basic256

Fernando Apesteguía fernape at FreeBSD.org
Sun Jan 27 16:25:53 UTC 2019


Author: fernape
Date: Sun Jan 27 16:25:52 2019
New Revision: 491366
URL: https://svnweb.freebsd.org/changeset/ports/491366

Log:
  lang/basic256: fix build with GCC-based architectures
  
  PR:	235204
  Submitted by:	pkubaj at anongoth.pl

Modified:
  head/lang/basic256/Makefile

Modified: head/lang/basic256/Makefile
==============================================================================
--- head/lang/basic256/Makefile	Sun Jan 27 16:25:33 2019	(r491365)
+++ head/lang/basic256/Makefile	Sun Jan 27 16:25:52 2019	(r491366)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	espeak:audio/espeak \
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USES=		bison dos2unix qmake qt:5
+USES=		bison compiler:c++11-lang dos2unix qmake qt:5
 USE_SDL=	sdl mixer
 USE_QT=		buildtools core gui multimedia network printsupport sql widgets serialport
 QMAKE_ARGS+=	LOCALBASE="${LOCALBASE}"


More information about the svn-ports-head mailing list