Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2019 05:31:54 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495560 - head/comms/soapyremote
Message-ID:  <201903130531.x2D5VsJQ062068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Mar 13 05:31:54 2019
New Revision: 495560
URL: https://svnweb.freebsd.org/changeset/ports/495560

Log:
  Fix build on gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=c++0x"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/soapyremote/Makefile

Modified: head/comms/soapyremote/Makefile
==============================================================================
--- head/comms/soapyremote/Makefile	Wed Mar 13 05:28:06 2019	(r495559)
+++ head/comms/soapyremote/Makefile	Wed Mar 13 05:31:54 2019	(r495560)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 LIB_DEPENDS=	libavahi-common.so:net/avahi-app \
 		libSoapySDR.so:misc/soapysdr
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	pothosware
 



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