From a9b03b8a700168fac95786d2a3c6cd78bcaa80b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Sun, 27 Jan 2019 16:25:52 +0000 Subject: [PATCH] lang/basic256: fix build with GCC-based architectures PR: 235204 Submitted by: pkubaj@anongoth.pl --- lang/basic256/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/basic256/Makefile b/lang/basic256/Makefile index 81d671699f92..9b4fd86e5d58 100644 --- a/lang/basic256/Makefile +++ b/lang/basic256/Makefile @@ -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}"