diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-07-26 07:29:14 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-07-26 07:29:14 +0000 |
commit | 1fbe4349b9ea19b1b2283edcadfb9118c8bec3c8 (patch) | |
tree | 9d8b9c7c52feabfc86bdd822744e2971cffe5521 /mail/mutt-devel/files/patch-01 | |
parent | Clean-up of audio/mpg321 port, add description, take maintainer. (diff) |
Update to version 1.3.20.
PR: 29238
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=45500
Diffstat (limited to 'mail/mutt-devel/files/patch-01')
-rw-r--r-- | mail/mutt-devel/files/patch-01 | 35 |
1 files changed, 4 insertions, 31 deletions
diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01 index 55cf75c6dba3..cd957c0bcc6e 100644 --- a/mail/mutt-devel/files/patch-01 +++ b/mail/mutt-devel/files/patch-01 @@ -1,33 +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 @@ - [ mutt_cv_func_iconv=no - mutt_cv_lib_iconv=no - AC_TRY_LINK([#include <stdlib.h> --#include <iconv.h>], -+#include <giconv.h>], - [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], - mutt_cv_func_iconv=yes) - if test "$mutt_cv_func_iconv" = no; then - mutt_save_LIBS="$LIBS" -- LIBS="$LIBS -liconv" -+ LIBS="$LIBS -lgiconv" - AC_TRY_LINK([#include <stdlib.h> --#include <iconv.h>], -+#include <giconv.h>], - [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 @@ - AC_MSG_ERROR(Unable to find iconv library) - fi - if test "$mutt_cv_lib_iconv" = yes; then -- LIBICONV="-liconv" -+ LIBICONV="-lgiconv" - fi - AC_DEFINE(HAVE_ICONV) - -@@ -448,7 +448,7 @@ +--- configure.in.orig Tue Jul 24 23:27:40 2001 ++++ configure.in Wed Jul 25 07:51:00 2001 +@@ -674,7 +674,7 @@ mutt_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_RUN([ @@ -36,7 +9,7 @@ int main() { iconv_t cd; -@@ -479,7 +479,7 @@ +@@ -705,7 +705,7 @@ mutt_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_RUN([ |