diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2005-05-24 12:37:50 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2005-05-24 12:37:50 +0000 |
commit | 40a684ff1e8608bde986585a735e66d9a456e675 (patch) | |
tree | 21680bac7d4436c9b33d17b1753f63e511708512 /textproc/iiimf-le-unit/files/patch-leif_sampleja_sampleja.c | |
parent | Update to 0.65. (diff) |
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-le-unit/files/patch-leif_sampleja_sampleja.c')
-rw-r--r-- | textproc/iiimf-le-unit/files/patch-leif_sampleja_sampleja.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/iiimf-le-unit/files/patch-leif_sampleja_sampleja.c b/textproc/iiimf-le-unit/files/patch-leif_sampleja_sampleja.c deleted file mode 100644 index 36c2ab4a4775..000000000000 --- a/textproc/iiimf-le-unit/files/patch-leif_sampleja_sampleja.c +++ /dev/null @@ -1,11 +0,0 @@ ---- leif/sampleja/sampleja.c Fri Mar 16 00:52:22 2001 -+++ leif/sampleja/sampleja.c Wed Feb 16 20:42:34 2005 -@@ -331,7 +331,7 @@ - #ifdef WIN32 - l->path = "d:\\sampleja_obj.jar"; /* path */ - #else -- l->path = "/usr/lib/im/locale/ja/sampleja/sampleja_obj.jar"; /* path */ -+ l->path = IMDIR "/locale/ja/sampleja/sampleja_obj.jar"; /* path */ - #endif - l->signature = ""; - l->class_names = class_names; |