comms/gnuradio: fix build on GCC architectures

Use C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"
This commit is contained in:
Piotr Kubaj 2020-04-19 18:21:12 +00:00
parent 6c1c55a124
commit aa54510c51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532141

View file

@ -48,8 +48,9 @@ LIB_DEPENDS= libcodec2.so:audio/codec2 \
libzmq.so:net/libzmq4
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= cmake desktop-file-utils fortran gnome iconv \
perl5 pkgconfig pyqt:5 python:3.5+ qt:5 shared-mime-info shebangfix
USES= cmake compiler:c++11-lang desktop-file-utils fortran gnome \
iconv perl5 pkgconfig pyqt:5 python:3.5+ qt:5 shared-mime-info \
shebangfix
USE_GITHUB= yes
GH_ACCOUNT= gnuradio