summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormaya <maya>2016-07-05 00:19:59 +0000
committermaya <maya>2016-07-05 00:19:59 +0000
commitb1ca93a3edae434869d99acae7110d280b1e68a5 (patch)
tree58c3c485f9b8ae794abbb35ac76b330c82e0310c /audio
parent27c0d10be312622edd2d3a74a5c6638da07ee75e (diff)
downloadpkgsrc-b1ca93a3edae434869d99acae7110d280b1e68a5.tar.gz
Avoid GCC_REQD= in favour of GCC_REQD+=
The latter allows users to override the value with a newer version.
Diffstat (limited to 'audio')
-rw-r--r--audio/musicpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 0611e20bf67..e8586a9391c 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2016/06/19 20:34:38 wiz Exp $
+# $NetBSD: Makefile,v 1.121 2016/07/05 00:19:59 maya Exp $
DISTNAME= mpd-0.19.16
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
@@ -20,7 +20,7 @@ USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
# See ${WRKSRC}/src/Compiler.h: mpd requires gcc>=4.6
-GCC_REQD= 4.6
+GCC_REQD+= 4.6
# MacOS X audio output is no longer enabled by default.
CONFIGURE_ARGS.Darwin+= --enable-osx