diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-08-08 15:19:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-08-08 15:19:42 +0000 |
commit | 879db1cc7cc9cb70fdcf3215c08dccd505144cb3 (patch) | |
tree | e3f19217ba596bde92cdf47071f211ff2dd1a06d | |
parent | - Fix build with clang (diff) |
- Fix build
Notes
Notes:
svn path=/head/; revision=324400
-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) |