Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2020 00:39:26 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542827 - head/audio/darkice
Message-ID:  <202007220039.06M0dQeH000951@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007220039.06M0dQeH000951>