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

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 7 11:08:29 UTC 2014


Author: amdmi3
Date: Fri Mar  7 11:08:29 2014
New Revision: 347360
URL: http://svnweb.freebsd.org/changeset/ports/347360
QAT: https://qat.redports.org/buildarchive/r347360/

Log:
  - Switch from USE_GCC to USES=compiler:nestedfct

Modified:
  head/graphics/gimp-resynthesizer/Makefile

Modified: head/graphics/gimp-resynthesizer/Makefile
==============================================================================
--- head/graphics/gimp-resynthesizer/Makefile	Fri Mar  7 10:56:32 2014	(r347359)
+++ head/graphics/gimp-resynthesizer/Makefile	Fri Mar  7 11:08:29 2014	(r347360)
@@ -20,10 +20,9 @@ GH_COMMIT=	28cade5
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -lintl"
-USES=		gettext gmake pkgconfig
+USES=		gettext gmake pkgconfig compiler:nestedfct
 USE_AUTOTOOLS=	aclocal automake
 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