Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2018 08:49:15 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462207 - head/audio/aacgain
Message-ID:  <201802180849.w1I8nF1K012185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Feb 18 08:49:14 2018
New Revision: 462207
URL: https://svnweb.freebsd.org/changeset/ports/462207

Log:
  Fix build on clang 6.0.0

Modified:
  head/audio/aacgain/Makefile

Modified: head/audio/aacgain/Makefile
==============================================================================
--- head/audio/aacgain/Makefile	Sun Feb 18 08:41:33 2018	(r462206)
+++ head/audio/aacgain/Makefile	Sun Feb 18 08:49:14 2018	(r462207)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aacgain
 PORTVERSION=	1.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://aacgain.altosdesign.com/alvarez/
 
@@ -13,5 +13,7 @@ COMMENT=	Normalizes the volume of mp3 and AAC (mp4/m4a
 GNU_CONFIGURE=	yes
 USES=		gmake libtool tar:bzip2
 PLIST_FILES=	bin/aacgain
+
+CXXFLAGS+=	--std=c++98
 
 .include <bsd.port.mk>



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