pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2018Q4] pkgsrc/audio/musicpd



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Jan 12 09:32:09 UTC 2019

Modified Files:
        pkgsrc/audio/musicpd [pkgsrc-2018Q4]: Makefile

Log Message:
Pullup ticket #5890 - requested by maya
audio/musicpd: require newer gcc

Revisions pulled up:
- audio/musicpd/Makefile (via patch)


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.178.2.1 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.178 pkgsrc/audio/musicpd/Makefile:1.178.2.1
--- pkgsrc/audio/musicpd/Makefile:1.178 Thu Dec 13 19:51:41 2018
+++ pkgsrc/audio/musicpd/Makefile       Sat Jan 12 09:32:09 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.178 2018/12/13 19:51:41 adam Exp $
+# $NetBSD: Makefile,v 1.178.2.1 2019/01/12 09:32:09 bsiegert Exp $
 
 DISTNAME=              mpd-0.21.3
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
@@ -22,7 +22,7 @@ USE_LANGUAGES=                c c++
 MESON_ARGS+=           -Ddocumentation=true
 
 # c++14
-GCC_REQD+=             4.9
+GCC_REQD+=             6.0
 
 CPPFLAGS.SunOS+=       -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
 



Home | Main Index | Thread Index | Old Index