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:
parent
c1f97f71e1
commit
af67b6ba53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508797
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue