pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/speech-dispatcher



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Dec 20 00:00:12 UTC 2019

Modified Files:
        pkgsrc/audio/speech-dispatcher: Makefile

Log Message:
Needs to be build as c++03.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/speech-dispatcher/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/speech-dispatcher/Makefile
diff -u pkgsrc/audio/speech-dispatcher/Makefile:1.11 pkgsrc/audio/speech-dispatcher/Makefile:1.12
--- pkgsrc/audio/speech-dispatcher/Makefile:1.11        Thu Nov 28 16:51:49 2019
+++ pkgsrc/audio/speech-dispatcher/Makefile     Fri Dec 20 00:00:11 2019
@@ -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
 



Home | Main Index | Thread Index | Old Index