pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/festival



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jan 29 18:51:58 UTC 2018

Modified Files:
        pkgsrc/audio/festival: Makefile

Log Message:
festival: Specify C++03, not C++11 clean.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/audio/festival/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/festival/Makefile
diff -u pkgsrc/audio/festival/Makefile:1.74 pkgsrc/audio/festival/Makefile:1.75
--- pkgsrc/audio/festival/Makefile:1.74 Sat Jul  9 06:37:47 2016
+++ pkgsrc/audio/festival/Makefile      Mon Jan 29 18:51:58 2018
@@ -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 @@ COMMENT=      Advanced multi-lingual speech s
 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