Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2017 09:51:49 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431620 - head/audio/musicpd
Message-ID:  <201701160951.v0G9pnUg072416@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Mon Jan 16 09:51:48 2017
New Revision: 431620
URL: https://svnweb.freebsd.org/changeset/ports/431620

Log:
  Fix build on 10.x

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Mon Jan 16 09:07:50 2017	(r431619)
+++ head/audio/musicpd/Makefile	Mon Jan 16 09:51:48 2017	(r431620)
@@ -155,6 +155,10 @@ GROUPS=	${MPDGROUP}
 
 .include <bsd.port.options.mk>
 
+.if ${OSVERSION} < 1100000
+USE_GCC=	5+
+.endif
+
 .ifdef MPDCONF
 IGNORE=Please remove the MPDCONF line from make.conf, then rename ${PREFIX}/etc/${MPDCONF} to musicpd.conf, if it exists
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701160951.v0G9pnUg072416>