diff options
Diffstat (limited to 'japanese/mutt-devel/files/patch-aa')
-rw-r--r-- | japanese/mutt-devel/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/mutt-devel/files/patch-aa b/japanese/mutt-devel/files/patch-aa index 55cf75c6dba3..0d799f247185 100644 --- a/japanese/mutt-devel/files/patch-aa +++ b/japanese/mutt-devel/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.in.orig Thu May 3 10:31:09 2001 -+++ configure.in Thu May 3 10:34:15 2001 -@@ -417,14 +417,14 @@ +--- configure.in.orig2 Tue Jun 12 00:35:01 2001 ++++ configure.in Tue Jun 12 00:38:20 2001 +@@ -426,14 +426,14 @@ [ mutt_cv_func_iconv=no mutt_cv_lib_iconv=no AC_TRY_LINK([#include <stdlib.h> @@ -18,7 +18,7 @@ [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], mutt_cv_lib_iconv=yes mutt_cv_func_iconv=yes) -@@ -435,7 +435,7 @@ +@@ -444,7 +444,7 @@ AC_MSG_ERROR(Unable to find iconv library) fi if test "$mutt_cv_lib_iconv" = yes; then @@ -27,7 +27,7 @@ fi AC_DEFINE(HAVE_ICONV) -@@ -448,7 +448,7 @@ +@@ -457,7 +457,7 @@ mutt_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_RUN([ @@ -36,7 +36,7 @@ int main() { iconv_t cd; -@@ -479,7 +479,7 @@ +@@ -488,7 +488,7 @@ mutt_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_RUN([ |