Fix build on GCC-based systems:

cc1plus: error: unrecognized command line option "-std=gnu++11"

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-10-17 00:43:06 +00:00
parent cd95adb012
commit dc01de3d64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514642

View File

@ -18,7 +18,7 @@ LIB_DEPENDS= libopencv_core.so:graphics/opencv-core \
libopencv_video.so:graphics/opencv \
libfftw3.so:math/fftw3
USES= pkgconfig qmake qt:5
USES= compiler:c++11-lang pkgconfig qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= c-koi
GH_TAGNAME= e1b25e8