diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-27 04:25:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-27 04:25:23 +0800 |
commit | 3c186f37cb03ca609b3efc29189dc1741469334b (patch) | |
tree | d8a5b0f70396c2c93292135609f9c40fe72a1402 /audio | |
parent | af470d59b92bde3b5e3c7af610142071c437a183 (diff) | |
download | freebsd-ports-gnome-3c186f37cb03ca609b3efc29189dc1741469334b.tar.gz freebsd-ports-gnome-3c186f37cb03ca609b3efc29189dc1741469334b.tar.zst freebsd-ports-gnome-3c186f37cb03ca609b3efc29189dc1741469334b.zip |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
PR: 234337
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gstreamer1-plugins-webrtcdsp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gstreamer1-plugins-webrtcdsp/Makefile b/audio/gstreamer1-plugins-webrtcdsp/Makefile index 152519e50564..66a6c1bccfb9 100644 --- a/audio/gstreamer1-plugins-webrtcdsp/Makefile +++ b/audio/gstreamer1-plugins-webrtcdsp/Makefile @@ -8,6 +8,8 @@ COMMENT= GStreamer WebRTC Audio Processing plugin GST_PLUGIN= webrtcdsp DIST= bad +USES+= compiler:c++11-lang + MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins .include "${MASTERDIR}/Makefile" |