aboutsummaryrefslogtreecommitdiff
path: root/comms/libsdr
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-30 12:37:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-30 12:37:02 +0000
commit77e32676245941888af0ccc40c232da72738e617 (patch)
tree7a459a5b358955b54a76ca777ef7fcbdc5026461 /comms/libsdr
parent9481ab046d308f5a7d14085351f983bb730181fe (diff)
downloadports-77e32676245941888af0ccc40c232da72738e617.tar.gz
ports-77e32676245941888af0ccc40c232da72738e617.zip
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures. PR: 234318 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=488710
Diffstat (limited to 'comms/libsdr')
-rw-r--r--comms/libsdr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/libsdr/Makefile b/comms/libsdr/Makefile
index 8f703414392d..e301af1399fb 100644
--- a/comms/libsdr/Makefile
+++ b/comms/libsdr/Makefile
@@ -20,7 +20,7 @@ USE_GITHUB= yes
GH_ACCOUNT= hmatuschek
MAKE_JOBS_UNSAFE= yes
-USES= cmake pkgconfig
+USES= compiler:c++11-lang cmake pkgconfig
CMAKE_ARGS+=-DCMAKE_BUILD_TYPE=RELEASE
USE_LDCONFIG= yes