pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/festival festival: Specify C++03, not C++11 clean.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45238a7c9c55
branches:  trunk
changeset: 374811:45238a7c9c55
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jan 29 18:51:58 2018 +0000

description:
festival: Specify C++03, not C++11 clean.

diffstat:

 audio/festival/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 28d2f3294142 -r 45238a7c9c55 audio/festival/Makefile
--- a/audio/festival/Makefile   Mon Jan 29 18:33:01 2018 +0000
+++ b/audio/festival/Makefile   Mon Jan 29 18:51:58 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2016/07/09 06:37:47 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2018/01/29 18:51:58 jperkin Exp $
 
 DISTNAME=      festival-2.1-release
 PKGNAME=       festival-2.1
@@ -14,7 +14,7 @@
 LICENSE=       original-bsd
 
 WRKSRC=                ${WRKDIR}
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
 USE_TOOLS+=    gmake pax perl
 MAKE_JOBS_SAFE=        no
 REPLACE_PERL=  festival/examples/festival_client.pl



Home | Main Index | Thread Index | Old Index