comms/cubicsdr: fix build on GCC architectures

Needs C++0x compiler:
cc1plus: error: unrecognized command line option "-std=c++0x"

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-07-19 08:56:42 +00:00
parent 9013ffdea7
commit 30204d0736
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506916

View file

@ -21,7 +21,7 @@ LIB_DEPENDS= libSoapySDR.so:misc/soapysdr \
libEGL.so:graphics/mesa-libs \
libwx_gtk3u_core-3.1.so:x11-toolkits/wxgtk31
USES= cmake gl python
USES= cmake compiler:c++0x gl python
USE_GL+= glu
OPTIONS_DEFINE= HAMLIB