pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/speech-dispatcher Needs to be build as c++03.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04fe50b81892
branches:  trunk
changeset: 419508:04fe50b81892
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 20 00:00:11 2019 +0000

description:
Needs to be build as c++03.

diffstat:

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

diffs (18 lines):

diff -r 47bfb3c6610d -r 04fe50b81892 audio/speech-dispatcher/Makefile
--- a/audio/speech-dispatcher/Makefile  Thu Dec 19 23:59:56 2019 +0000
+++ b/audio/speech-dispatcher/Makefile  Fri Dec 20 00:00:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/11/28 16:51:49 nia Exp $
+# $NetBSD: Makefile,v 1.12 2019/12/20 00:00:11 joerg Exp $
 
 DISTNAME=      speech-dispatcher-0.9.1
 CATEGORIES=    audio
@@ -15,7 +15,7 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake intltool pkg-config
 USE_TOOLS+=    msgfmt msgmerge xgettext
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
 
 INFO_FILES=    yes
 



Home | Main Index | Thread Index | Old Index