svn commit: r462207 - head/audio/aacgain

Thomas Zander riggs at FreeBSD.org
Sun Feb 18 08:49:15 UTC 2018


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>


More information about the svn-ports-head mailing list