summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-01-12 09:32:09 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-01-12 09:32:09 +0000
commit2f698dd78a6da6efd896b6aacc278424659e96fe (patch)
treeb10e39f680f3c88993540462a099a3e890304441
parentaaae9fc5c8263e68147a90f8d5a33d3ca9a2d29b (diff)
downloadpkgsrc-2f698dd78a6da6efd896b6aacc278424659e96fe.tar.gz
Pullup ticket #5890 - requested by maya
audio/musicpd: require newer gcc Revisions pulled up: - audio/musicpd/Makefile (via patch)
-rw-r--r--audio/musicpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 2d36c583dfa..c8df9282bbc 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -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__