Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2014 11:08:29 +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: r347360 - head/graphics/gimp-resynthesizer
Message-ID:  <201403071108.s27B8TFG093280@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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