From 9bad9f682a04e62109f409891e7a198d0d5d171c Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 22 Jul 2020 00:39:25 +0000 Subject: [PATCH] audio/darkice: fix build on GCC architectures Use C++11 compiler: IceCast2.cpp:78: error: 'regex' in namespace 'std' does not name a type --- audio/darkice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index b585f386d4a9..391303442436 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -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