diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-03-31 21:42:22 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-03-31 21:42:22 +0800 |
commit | f19b7b6cd0aa6df36f20ae2548a1ce8073b8d800 (patch) | |
tree | 2f0d8ac53287b01593c7dd45c234bd6028a0ecba /mail/mutt-devel/files | |
parent | c868f9db8659383a4a43c9c39d28f0251ac41ae2 (diff) | |
download | freebsd-ports-gnome-f19b7b6cd0aa6df36f20ae2548a1ce8073b8d800.tar.gz freebsd-ports-gnome-f19b7b6cd0aa6df36f20ae2548a1ce8073b8d800.tar.zst freebsd-ports-gnome-f19b7b6cd0aa6df36f20ae2548a1ce8073b8d800.zip |
Fix a remaining libiconv issues
Fix URLs of patches back to mutt-devel standard
Submitted by: maintainer
Diffstat (limited to 'mail/mutt-devel/files')
-rw-r--r-- | mail/mutt-devel/files/patch-01 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01 index 41f0f45b488d..2101e8547ff2 100644 --- a/mail/mutt-devel/files/patch-01 +++ b/mail/mutt-devel/files/patch-01 @@ -8,22 +8,3 @@ + CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl" LDFLAGS="$LDFLAGS -L$with_sasl/lib" fi - -@@ -674,7 +674,7 @@ - mutt_save_LIBS="$LIBS" - LIBS="$LIBS $LIBICONV" - AC_TRY_RUN([ --#include <iconv.h> -+#include <giconv.h> - int main() - { - iconv_t cd; -@@ -705,7 +705,7 @@ - mutt_save_LIBS="$LIBS" - LIBS="$LIBS $LIBICONV" - AC_TRY_RUN([ --#include <iconv.h> -+#include <giconv.h> - #include <string.h> - int main() - { |