diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-16 15:54:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-16 15:54:19 +0800 |
commit | 3b4a53894a7cd076d3f2504a05cf8544b9f30f01 (patch) | |
tree | 60495622c849f7a73643d404d784f134f85d29ed /graphics/fraqtive | |
parent | a0261ada1ba5e0f0a659f42951c24ec543ad243a (diff) | |
download | freebsd-ports-gnome-3b4a53894a7cd076d3f2504a05cf8544b9f30f01.tar.gz freebsd-ports-gnome-3b4a53894a7cd076d3f2504a05cf8544b9f30f01.tar.zst freebsd-ports-gnome-3b4a53894a7cd076d3f2504a05cf8544b9f30f01.zip |
Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Diffstat (limited to 'graphics/fraqtive')
-rw-r--r-- | graphics/fraqtive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |