Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2020 14:54:16 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536474 - head/comms/gqrx
Message-ID:  <202005251454.04PEsGqF021715@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon May 25 14:54:16 2020
New Revision: 536474
URL: https://svnweb.freebsd.org/changeset/ports/536474

Log:
  comms/gqrx: fix build on GCC architectures
  
  Use C++11 compiler:
  cc1plus: error: unrecognized command line option "-std=gnu++11"

Modified:
  head/comms/gqrx/Makefile

Modified: head/comms/gqrx/Makefile
==============================================================================
--- head/comms/gqrx/Makefile	Mon May 25 14:41:06 2020	(r536473)
+++ head/comms/gqrx/Makefile	Mon May 25 14:54:16 2020	(r536474)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005251454.04PEsGqF021715>