pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/musicpd



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 26 13:47:51 UTC 2020

Modified Files:
        pkgsrc/audio/musicpd: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 pkgsrc/audio/musicpd/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/musicpd/Makefile
diff -u pkgsrc/audio/musicpd/Makefile:1.219 pkgsrc/audio/musicpd/Makefile:1.220
--- pkgsrc/audio/musicpd/Makefile:1.219 Fri May 22 10:55:55 2020
+++ pkgsrc/audio/musicpd/Makefile       Tue May 26 13:47:51 2020
@@ -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 @@ LICENSE=      gnu-gpl-v2
 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