svn commit: r377827 - head/audio/musicpd

Chris Rees crees at FreeBSD.org
Sat Jan 24 21:21:23 UTC 2015


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


More information about the svn-ports-all mailing list