diff options
author | joerg <joerg@pkgsrc.org> | 2019-12-20 00:00:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2019-12-20 00:00:11 +0000 |
commit | 8aa54ae3eefbecd7ecc69b79ed9676ea4adffcc9 (patch) | |
tree | 562685486546a4a3ce8ae02e2f7c53d04719d667 /audio | |
parent | d0615553af026a9f3e3afe4b68d96f0bc9fad39b (diff) | |
download | pkgsrc-8aa54ae3eefbecd7ecc69b79ed9676ea4adffcc9.tar.gz |
Needs to be build as c++03.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speech-dispatcher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/speech-dispatcher/Makefile b/audio/speech-dispatcher/Makefile index b2b9e24b3d0..f786ace6646 100644 --- a/audio/speech-dispatcher/Makefile +++ b/audio/speech-dispatcher/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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 |