From 1e01ebb4e7c051ef149cfbe00b5cd1df98c4a15a Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 15 Jun 2009 14:51:23 +0000 Subject: Fix the OPTIONS bit of EXTRA_PATCHES. --- converters/libiconv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters/libiconv/Makefile') 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 \ -- cgit