Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2014 17:08:45 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374953 - head/audio/musicpd
Message-ID:  <201412191708.sBJH8jHW047324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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