svn commit: r307876 - head/audio/firefly

Eitan Adler eadler at FreeBSD.org
Wed Nov 28 03:04:23 UTC 2012


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 at gmail.com>
  Approved by:	Mark Foster <mark at 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>


More information about the svn-ports-all mailing list