diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-08-22 19:54:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-08-22 19:54:32 +0800 |
commit | 3f9922ad747158cb754e0f0183a0df90e0ce33cc (patch) | |
tree | ca907db75a22294cc71f7d1731e9dcfb37107787 /graphics | |
parent | f33188bdcd02966915c032a07c72b012080849cb (diff) | |
download | freebsd-ports-gnome-3f9922ad747158cb754e0f0183a0df90e0ce33cc.tar.gz freebsd-ports-gnome-3f9922ad747158cb754e0f0183a0df90e0ce33cc.tar.zst freebsd-ports-gnome-3f9922ad747158cb754e0f0183a0df90e0ce33cc.zip |
Fix build on -CURRENT
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-resynthesizer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index c2a1918e2541..a44579752f08 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -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) |