aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-03-31 01:25:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-03-31 01:25:43 +0000
commite8d8802853058c8bd280474bd5a0d465628e9226 (patch)
tree7e2789c43493d86f2fafb05348524d86b27b1cd2 /audio
parent4b8b382acd19eb04be8d2fb391fbd6a91e38dcff (diff)
downloadports-e8d8802853058c8bd280474bd5a0d465628e9226.tar.gz
ports-e8d8802853058c8bd280474bd5a0d465628e9226.zip
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=529939
Diffstat (limited to 'audio')
-rw-r--r--audio/jamulus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jamulus/Makefile b/audio/jamulus/Makefile
index 557287b01ccc..9b5169df8315 100644
--- a/audio/jamulus/Makefile
+++ b/audio/jamulus/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjack.so:audio/jack
-USES= qmake qt:5
+USES= compiler:c++11-lang qmake qt:5
USE_QT= core gui network widgets xml buildtools_build
NAME= Jamulus