1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/japanese/mutt-devel/files/patch-af
SADA Kenji af876a3e59 New port: japanese/mutt-devel
This is mutt japanized development version.

PR:		21063
Submitted by:	IWASHITA Yoji <shuna@pop16.odn.ne.jp>
2000-10-01 21:08:28 +00:00

12 lines
288 B
Plaintext

--- charset.h.orig Sun Sep 24 04:54:05 2000
+++ charset.h Sun Sep 24 04:58:15 2000
@@ -19,7 +19,7 @@
#ifndef _CHARSET_H
#define _CHARSET_H
-#include <iconv.h>
+#include <giconv.h>
int mutt_convert_string (char **, const char *, const char *);
void mutt_sanitize_ja_chars(char *);