mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
This commit is contained in:
parent
c497f1b978
commit
4b4c69658d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495850
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue