Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2012 03:04:22 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307876 - head/audio/firefly
Message-ID:  <201211280304.qAS34MoE021246@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Wed Nov 28 03:04:22 2012
New Revision: 307876
URL: http://svnweb.freebsd.org/changeset/ports/307876

Log:
  firefly fails to compile with clang
  
  PR:		ports/173593
  Submitted by:	Kimmo Paasiala <kpaasial@gmail.com>
  Approved by:	Mark Foster <mark@g.foster.cc> (maintainer)
  Feature safe:	yes

Modified:
  head/audio/firefly/Makefile

Modified: head/audio/firefly/Makefile
==============================================================================
--- head/audio/firefly/Makefile	Wed Nov 28 02:41:41 2012	(r307875)
+++ head/audio/firefly/Makefile	Wed Nov 28 03:04:22 2012	(r307876)
@@ -45,6 +45,8 @@ PLIST_SUB+=	DAAPD_DBDIR=${DAAPD_DBDIR}
 
 USE_LDCONFIG=	yes
 
+USE_GCC=	any
+
 OPTIONS=	JAPANESE "Japanese support in ID3 tags" off
 
 .include <bsd.port.options.mk>



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