diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-06-15 14:51:23 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-06-15 14:51:23 +0000 |
commit | 0d049050c60f1a1125782bfcb57f5233474212b6 (patch) | |
tree | e0e5dd54d59aa25f97170d5a26655136404fc679 /converters/libiconv | |
parent | 92428d601beafa86576f6f0f1eef809a911fdf04 (diff) |
Notes
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 08405ef37f5c..278041f74994 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -31,8 +31,8 @@ MAKE_JOBS_UNSAFE= yes MAN1= iconv.1 MAN3= iconv.3 iconv_open.3 iconv_open_into.3 iconv_close.3 iconvctl.3 -OPTIONS= EXTRA_ENCODINGS "Include extra character sets" on -# EXTRA_PATCHES "Apply patches to fix CP932 add EUCJP-MS" off +OPTIONS= EXTRA_ENCODINGS "Include extra character sets" on \ + EXTRA_PATCHES "Apply patches to fix CP932 add EUCJP-MS" off .ifdef USE_ICONV .error USE_ICONV is defined as an environment variable, or in the arguments \ |