mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
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:
parent
6c1c55a124
commit
aa54510c51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532141
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue