Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 11:54:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325188 - head/graphics/gimp-resynthesizer
Message-ID:  <201308221154.r7MBsWHt050488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 22 11:54:32 2013
New Revision: 325188
URL: http://svnweb.freebsd.org/changeset/ports/325188

Log:
  Fix build on -CURRENT

Modified:
  head/graphics/gimp-resynthesizer/Makefile

Modified: head/graphics/gimp-resynthesizer/Makefile
==============================================================================
--- head/graphics/gimp-resynthesizer/Makefile	Thu Aug 22 11:51:47 2013	(r325187)
+++ head/graphics/gimp-resynthesizer/Makefile	Thu Aug 22 11:54:32 2013	(r325188)
@@ -24,6 +24,7 @@ USES=		gettext
 USE_AUTOTOOLS=	aclocal automake
 USE_GMAKE=	yes
 AUTOMAKE_ARGS=	--add-missing
+USE_GCC=	any # uses nested functions (gcc ext.)
 
 OPTIONS_DEFINE=	THREADS
 THREADS_DESC=	Threading support (produces nondeterministic results)



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