audio/darkice: fix build on GCC architectures
Use C++11 compiler: IceCast2.cpp:78: error: 'regex' in namespace 'std' does not name a type
This commit is contained in:
parent
ef74e7f85d
commit
9bad9f682a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542827
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COMMENT= IceCast, IceCast2, and ShoutCast live audio streamer
|
|||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= pkgconfig
|
||||
USES= compiler:c++11-lang pkgconfig
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-alsa
|
||||
|
|
Loading…
Reference in a new issue