aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt-devel/files
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-03-31 21:42:22 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-03-31 21:42:22 +0800
commitf19b7b6cd0aa6df36f20ae2548a1ce8073b8d800 (patch)
tree2f0d8ac53287b01593c7dd45c234bd6028a0ecba /mail/mutt-devel/files
parentc868f9db8659383a4a43c9c39d28f0251ac41ae2 (diff)
downloadfreebsd-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-0119
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()
- {