diff options
author | daichi <daichi@FreeBSD.org> | 2005-05-24 12:37:50 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2005-05-24 12:37:50 +0000 |
commit | 2fc57c4b8b6311308d0cd7c060698ffba5fdeb98 (patch) | |
tree | 37dac9da04b94e927a5886af6f57c1828f27f13b /textproc/iiimf-csconv/files/patch-lib_CSConv_csconv.c | |
parent | 834341d742892c8f5d7d774127f637922888c5ce (diff) | |
download | FreeBSD-ports-2fc57c4b8b6311308d0cd7c060698ffba5fdeb98.zip FreeBSD-ports-2fc57c4b8b6311308d0cd7c060698ffba5fdeb98.tar.gz |
IIIMF-related ports:
- drop maintainership
- update to r12.2
- some bug fixes
PR: 81184
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
Approved by: maintainer
Diffstat (limited to 'textproc/iiimf-csconv/files/patch-lib_CSConv_csconv.c')
-rw-r--r-- | textproc/iiimf-csconv/files/patch-lib_CSConv_csconv.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/iiimf-csconv/files/patch-lib_CSConv_csconv.c b/textproc/iiimf-csconv/files/patch-lib_CSConv_csconv.c new file mode 100644 index 0000000..be89275 --- /dev/null +++ b/textproc/iiimf-csconv/files/patch-lib_CSConv_csconv.c @@ -0,0 +1,11 @@ +--- lib/CSConv/csconv.c.orig Tue May 17 04:10:30 2005 ++++ lib/CSConv/csconv.c Tue May 17 04:11:40 2005 +@@ -64,7 +64,7 @@ + /* should we read other configuration files + * such as ~/.iiim/encoding.norm ? + */ +- fp = fopen(CSCONV_DIR "/encoding.norm", "r"); ++ fp = fopen(CSC_BASE_DIR_DEFAULT "/encoding.norm", "r"); + if (!fp) return -1; + + while((fgets(buf, sizeof(buf), fp) != NULL)) { |