svn commit: r431620 - head/audio/musicpd

Thomas Zander riggs at FreeBSD.org
Mon Jan 16 09:51:50 UTC 2017


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


More information about the svn-ports-all mailing list