diff options
author | pav <pav@FreeBSD.org> | 2009-04-08 07:25:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-04-08 07:25:43 +0800 |
commit | f8dcbc5717e4dbc06391e4e66d12e7a8637e55af (patch) | |
tree | 799f91b1cae835b4ced53910a463beac0025d2ea /converters/libiconv | |
parent | dacefaae310b0cc70d68af6ff3650d809b7d9bf9 (diff) | |
download | freebsd-ports-gnome-f8dcbc5717e4dbc06391e4e66d12e7a8637e55af.tar.gz freebsd-ports-gnome-f8dcbc5717e4dbc06391e4e66d12e7a8637e55af.tar.zst freebsd-ports-gnome-f8dcbc5717e4dbc06391e4e66d12e7a8637e55af.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: David Naylor <naylor.b.david@gmail.com>
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 1fae874d6832..004ec2737e6e 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --enable-static \ --docdir=${DOCSDIR} USE_LDCONFIG= yes CONFIGURE_ENV= gl_cv_cc_visibility="no" +MAKE_JOBS_UNSAFE= yes MAN1= iconv.1 MAN3= iconv.3 iconv_open.3 iconv_close.3 iconvctl.3 |