Fix build on gcc-based architectures:

cc1plus: error: unrecognized command line option "-std=gnu++11"
This commit is contained in:
Mark Linimon 2019-03-16 07:54:19 +00:00
parent c497f1b978
commit 4b4c69658d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495850

View file

@ -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