Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 13:26:33 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320558 - head/audio/xmms-gbsplay
Message-ID:  <201306111326.r5BDQXWK043192@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Jun 11 13:26:32 2013
New Revision: 320558
URL: http://svnweb.freebsd.org/changeset/ports/320558

Log:
  Fix build on -CURRENT by using USE_GCC=any

Modified:
  head/audio/xmms-gbsplay/Makefile

Modified: head/audio/xmms-gbsplay/Makefile
==============================================================================
--- head/audio/xmms-gbsplay/Makefile	Tue Jun 11 13:08:16 2013	(r320557)
+++ head/audio/xmms-gbsplay/Makefile	Tue Jun 11 13:26:32 2013	(r320558)
@@ -12,6 +12,7 @@ RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia
 		gbsplay:${PORTSDIR}/audio/gbsplay
 
 USE_GNOME=	glib12
+USE_GCC=	any
 
 CONFIGURE_ARGS=	--disable-nas
 



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