diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-16 18:27:26 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-16 18:27:26 +0000 |
commit | 6bec4838d31ffd2c7cc740a720079d622ae9c63c (patch) | |
tree | 02cdfe86d3cd1973cabc92e5afeac65a80e3a59d /japanese/libjconv/files/patch-info.c | |
parent | Massive style enforcement - use ^I instead of spaces for variables identation. (diff) |
Add ja-libconv, Japanese charset conversion library powered by iconv(3).
Notes
Notes:
svn path=/head/; revision=37253
Diffstat (limited to 'japanese/libjconv/files/patch-info.c')
-rw-r--r-- | japanese/libjconv/files/patch-info.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/libjconv/files/patch-info.c b/japanese/libjconv/files/patch-info.c new file mode 100644 index 000000000000..f4a6c2c829d3 --- /dev/null +++ b/japanese/libjconv/files/patch-info.c @@ -0,0 +1,11 @@ +--- info.c.orig Sat Aug 5 05:52:38 2000 ++++ info.c Fri Jan 12 02:12:40 2001 +@@ -13,7 +13,7 @@ + + #define DEBUG_DO(x) + +-#define JCONV_DEFAULT_CONFFILE "/etc/libjconv/default.conf" ++#define JCONV_DEFAULT_CONFFILE "!!LOCALBASE!!/etc/libjconv/default.conf" + + typedef struct { + char *name; |