svn commit: r542827 - head/audio/darkice

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jul 22 00:39:26 UTC 2020


Author: pkubaj
Date: Wed Jul 22 00:39:25 2020
New Revision: 542827
URL: https://svnweb.freebsd.org/changeset/ports/542827

Log:
  audio/darkice: fix build on GCC architectures
  
  Use C++11 compiler:
  IceCast2.cpp:78: error: 'regex' in namespace 'std' does not name a type

Modified:
  head/audio/darkice/Makefile

Modified: head/audio/darkice/Makefile
==============================================================================
--- head/audio/darkice/Makefile	Wed Jul 22 00:36:58 2020	(r542826)
+++ head/audio/darkice/Makefile	Wed Jul 22 00:39:25 2020	(r542827)
@@ -12,7 +12,7 @@ COMMENT=	IceCast, IceCast2, and ShoutCast live audio s
 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


More information about the svn-ports-all mailing list