svn commit: r536474 - head/comms/gqrx

Piotr Kubaj pkubaj at FreeBSD.org
Mon May 25 14:54:17 UTC 2020


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


More information about the svn-ports-head mailing list