diff options
-rw-r--r-- | converters/libiconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index a6ee6b89099d..1dffa31e8220 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -33,7 +33,7 @@ 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 + 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 \ |