diff options
author | tijl <tijl@FreeBSD.org> | 2018-10-23 03:23:52 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-10-23 03:23:52 +0800 |
commit | fcc1c0e4216390741b175a1161faca0cee155bed (patch) | |
tree | 934ca4314353d01818ef2f8d4b47fd41608ce038 /multimedia | |
parent | 53aff63778013f09de880f777ae9873f53a7eecd (diff) | |
download | freebsd-ports-gnome-fcc1c0e4216390741b175a1161faca0cee155bed.tar.gz freebsd-ports-gnome-fcc1c0e4216390741b175a1161faca0cee155bed.tar.zst freebsd-ports-gnome-fcc1c0e4216390741b175a1161faca0cee155bed.zip |
Add USES=compiler:c++11-lib to Linphone ports.
PR: 232526
Submitted by: pkubaj@anongoth.pl
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mswebrtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mswebrtc/Makefile b/multimedia/mswebrtc/Makefile index e93d049253ac..2089b245d9e9 100644 --- a/multimedia/mswebrtc/Makefile +++ b/multimedia/mswebrtc/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ libmediastreamer_base.so:net/mediastreamer \ libortp.so:net/ortp -USES= cmake:outsource +USES= cmake:outsource compiler:c++11-lib CMAKE_ARGS= -DENABLE_STATIC=NO PLIST_FILES= lib/mediastreamer/plugins/libmswebrtc.so |