svn commit: r495560 - head/comms/soapyremote

Mark Linimon linimon at FreeBSD.org
Wed Mar 13 05:31:55 UTC 2019


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
 


More information about the svn-ports-all mailing list