Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/musicpd musicpd: cc1plus: warning: command line ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1a2624302f6
branches:  trunk
changeset: 432877:a1a2624302f6
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 26 13:47:51 2020 +0000

description:
musicpd: cc1plus: warning: command line option '-std=gnu99' is valid for C/ObjC but not for C++

diffstat:

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

diffs (18 lines):

diff -r 61aec6f5a5dd -r a1a2624302f6 audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Tue May 26 13:11:01 2020 +0000
+++ b/audio/musicpd/Makefile    Tue May 26 13:47:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.219 2020/05/22 10:55:55 adam Exp $
+# $NetBSD: Makefile,v 1.220 2020/05/26 13:47:51 nia Exp $
 
 DISTNAME=      mpd-0.21.23
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
@@ -15,7 +15,7 @@
 CONFLICTS=     mpd-[0-9]*
 
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c99 c++14
+USE_LANGUAGES= c c++14
 
 # c++14
 GCC_REQD+=     6



Home | Main Index | Thread Index | Old Index