Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 21:21:23 +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: r377827 - head/audio/musicpd
Message-ID:  <201501242121.t0OLLNUY002773@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat Jan 24 21:21:22 2015
New Revision: 377827
URL: https://svnweb.freebsd.org/changeset/ports/377827
QAT: https://qat.redports.org/buildarchive/r377827/

Log:
  Revert fix-- incorrect
  
  PR:		ports/195888

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sat Jan 24 20:56:01 2015	(r377826)
+++ head/audio/musicpd/Makefile	Sat Jan 24 21:21:22 2015	(r377827)
@@ -132,11 +132,6 @@ 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?201501242121.t0OLLNUY002773>