diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-07 23:25:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-07 23:25:43 +0000 |
commit | 3bb8409d417dce7a2c5397819c1b17dc4203b0ac (patch) | |
tree | 7222396caa407e3fa54affa01d36f23d8e776c88 /converters | |
parent | acd270e4fad3963b7312bd8c91c139079e5dd8a7 (diff) |
Notes
Diffstat (limited to 'converters')
-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 |