From a47822c86cc4bc532a128dde8ebca234f716b255 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Wed, 17 Jan 2018 09:21:28 +0000 Subject: [PATCH] audio/espeak fix build with clang6 PR: 224669 --- audio/espeak/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index a43dbf54404d..77f9fac1d83d 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -3,7 +3,7 @@ PORTNAME= espeak PORTVERSION= 1.48.04 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -17,6 +17,7 @@ CONFLICTS= speak-1.[0-9] USES= gmake zip USE_LDCONFIG= yes +USE_CXXSTD= gnu++98 CXXFLAGS+= -I${LOCALBASE}/include BUILD_WRKSRC= ${WRKSRC}/src