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)
This commit is contained in:
Piotr Kubaj 2019-08-12 20:13:18 +00:00
parent c1f97f71e1
commit af67b6ba53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508797

View file

@ -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 <bsd.port.pre.mk>