Fix build on gcc-based architectures:

cc1plus: error: unrecognized command line option "-std=c++0x"

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon
2019-03-13 05:31:54 +00:00
parent 0c65f13ec0
commit e72d910b8a

View File

@@ -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