diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-10 09:55:22 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-10 09:55:22 +0000 |
commit | 76d663030089fb7cfaba14f7dd6389b1844d4af3 (patch) | |
tree | e72f047bbbd461f3f09491dce33e96b90cf0b6b7 | |
parent | 954e78c21d5ed1bea9ae8910c4232b55b9e6c7f1 (diff) | |
download | freebsd-ports-76d663030089fb7cfaba14f7dd6389b1844d4af3.zip |
audio/rtaudio: add USES=compiler:c++11-lang to fix linking of audio/muse-sequencer
Approved by: mentors (implicite approval)
-rw-r--r-- | audio/rtaudio/Makefile | 2 |
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 |