diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-08-08 23:19:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-08-08 23:19:42 +0800 |
commit | 5c15343659a0640c34d4acbc1767573734084612 (patch) | |
tree | e3f19217ba596bde92cdf47071f211ff2dd1a06d | |
parent | 889c6b83bf1dfae7f0d94ddf7a62811914ddda75 (diff) | |
download | freebsd-ports-gnome-5c15343659a0640c34d4acbc1767573734084612.tar.gz freebsd-ports-gnome-5c15343659a0640c34d4acbc1767573734084612.tar.zst freebsd-ports-gnome-5c15343659a0640c34d4acbc1767573734084612.zip |
- Fix build
-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 5d56b3103e5a..9825b297c809 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -24,6 +24,7 @@ USES= gettext MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= aclocal automake USE_GMAKE= yes +AUTOMAKE_ARGS= --add-missing OPTIONS_DEFINE= THREADS THREADS_DESC= Threading support (produces nondeterministic results) |