From af67b6ba5376261d099a1fb7d54a692ee2f3cc3c Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 12 Aug 2019 20:13:18 +0000 Subject: [PATCH] net/liveMedia: fix build with GCC-based architectures Use C++11 compiler: MPEG2TransportStreamParser.hh:107: error: a class-key must be used when declaring a friend Approved by: mentors (implicit approval) --- net/liveMedia/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 16189bbacd14..46c0f07325af 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -25,7 +25,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= genMakefiles CONFIGURE_ARGS= fixed-freebsd -USES= gmake +USES= compiler:c++11-lang gmake USE_LDCONFIG= yes .include