diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-03-07 19:08:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-03-07 19:08:29 +0800 |
commit | 0ad7c0fd3139501ca20b5dde419382ee39a5281a (patch) | |
tree | 7894c5b987e3ea4bc6d8c645875802edf20e49e5 /graphics | |
parent | 1f6ddb5ce6ebb213eb419d4f608a3f992797d0ad (diff) | |
download | freebsd-ports-gnome-0ad7c0fd3139501ca20b5dde419382ee39a5281a.tar.gz freebsd-ports-gnome-0ad7c0fd3139501ca20b5dde419382ee39a5281a.tar.zst freebsd-ports-gnome-0ad7c0fd3139501ca20b5dde419382ee39a5281a.zip |
- Switch from USE_GCC to USES=compiler:nestedfct
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-resynthesizer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index 92e6db875176..cd06dedcc898 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -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) |