From 30204d0736671ca5f9cac31572cee1b18926f784 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 19 Jul 2019 08:56:42 +0000 Subject: [PATCH] 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) --- comms/cubicsdr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comms/cubicsdr/Makefile b/comms/cubicsdr/Makefile index 534f3095c471..f1db75e0c199 100644 --- a/comms/cubicsdr/Makefile +++ b/comms/cubicsdr/Makefile @@ -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