svn commit: r374953 - head/audio/musicpd

Chris Rees crees at FreeBSD.org
Fri Dec 19 17:08:46 UTC 2014


Author: crees
Date: Fri Dec 19 17:08:44 2014
New Revision: 374953
URL: https://svnweb.freebsd.org/changeset/ports/374953
QAT: https://qat.redports.org/buildarchive/r374953/

Log:
  Fix build on 10.1-- temporary fix until clang bug investigated
  
  PR:		ports/195888
  Submitted by:	martin.dieringer

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Fri Dec 19 16:52:21 2014	(r374952)
+++ head/audio/musicpd/Makefile	Fri Dec 19 17:08:44 2014	(r374953)
@@ -132,6 +132,11 @@ GROUPS=	${MPDGROUP}
 
 .include <bsd.port.options.mk>
 
+# Work around suspected clang bug
+.if ${OSVERSION} >= 1001000
+USE_GCC=	yes
+.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-head mailing list