From 4b4c69658df9a08be11a6c9cc27a2e3e15ab2b49 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 16 Mar 2019 07:54:19 +0000 Subject: [PATCH] Fix build on gcc-based architectures: cc1plus: error: unrecognized command line option "-std=gnu++11" --- graphics/fraqtive/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/fraqtive/Makefile b/graphics/fraqtive/Makefile index b59efbed2120..e31d08ed6088 100644 --- a/graphics/fraqtive/Makefile +++ b/graphics/fraqtive/Makefile @@ -13,7 +13,7 @@ COMMENT= Draws Mandelbrot and Julia fractals LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= qmake qt:5 tar:bzip2 +USES= compiler:c++11-lang qmake qt:5 tar:bzip2 USE_QT= core gui opengl widgets xml buildtools_build USE_GL= gl glu