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:
parent
9013ffdea7
commit
30204d0736
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506916
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue