aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-10 09:55:22 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-10 09:55:22 +0000
commit76d663030089fb7cfaba14f7dd6389b1844d4af3 (patch)
treee72f047bbbd461f3f09491dce33e96b90cf0b6b7 /audio
parent954e78c21d5ed1bea9ae8910c4232b55b9e6c7f1 (diff)
downloadports-76d663030089fb7cfaba14f7dd6389b1844d4af3.tar.gz
ports-76d663030089fb7cfaba14f7dd6389b1844d4af3.zip
audio/rtaudio: add USES=compiler:c++11-lang to fix linking of audio/muse-sequencer
Approved by: mentors (implicite approval)
Notes
Notes: svn path=/head/; revision=503883
Diffstat (limited to 'audio')
-rw-r--r--audio/rtaudio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rtaudio/Makefile b/audio/rtaudio/Makefile
index 37f52ffb0cc7..2552aa8b0e99 100644
--- a/audio/rtaudio/Makefile
+++ b/audio/rtaudio/Makefile
@@ -9,7 +9,7 @@ COMMENT= C++ classes that provide a common API for realtime audio input/output
LICENSE= MIT
-USES= autoreconf libtool pkgconfig
+USES= autoreconf compiler:c++11-lang libtool pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= thestk
GNU_CONFIGURE= yes