svn commit: r325188 - head/graphics/gimp-resynthesizer

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 22 11:54:32 UTC 2013


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)


More information about the svn-ports-head mailing list