aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-05-25 14:54:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-05-25 14:54:16 +0000
commit3377023cd3690985551e3fcb24550c440edab01a (patch)
tree381b2435a3ba58f4acbe1816fae87dd94f6d5e3e /comms
parentf5b308bb2e2566e3fef84a1d7759857361ce9ad7 (diff)
downloadports-3377023cd3690985551e3fcb24550c440edab01a.tar.gz
ports-3377023cd3690985551e3fcb24550c440edab01a.zip
comms/gqrx: fix build on GCC architectures
Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=gnu++11"
Notes
Notes: svn path=/head/; revision=536474
Diffstat (limited to 'comms')
-rw-r--r--comms/gqrx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile
index 2d74855aa913..0fd87d76af45 100644
--- a/comms/gqrx/Makefile
+++ b/comms/gqrx/Makefile
@@ -28,7 +28,7 @@ LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \
libgmpxx.so:math/gmp \
libgmp.so:math/gmp
-USES= gl pkgconfig qmake qt:5
+USES= compiler:c++11-lang gl pkgconfig qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= csete