diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2005-03-04 11:38:18 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2005-03-04 11:38:18 +0000 |
commit | c164ad94cfabcd5f8a4856763b207057ffd3659b (patch) | |
tree | 83be4b2b81a8c09fc64de4c8093119b5c54a7862 /textproc/iiimf-le-unit/files/patch-leif_sampleja_sampleja.c | |
parent | - Update to version 1.3 (diff) |
IIIMF-related ports some changes:
- support CFLAGS of /etc/make.conf
- replace absolute path with ${LOCALBASE}, ${PREFIX} and others
- replace -pthread flags with ${THREAD*}
- m17n fixed of gnome-im-swither
- fixed vid krisbot
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
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 | 2 |
1 files changed, 1 insertions, 1 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 index 5e3752c68d00..36c2ab4a4775 100644 --- a/textproc/iiimf-le-unit/files/patch-leif_sampleja_sampleja.c +++ b/textproc/iiimf-le-unit/files/patch-leif_sampleja_sampleja.c @@ -5,7 +5,7 @@ l->path = "d:\\sampleja_obj.jar"; /* path */ #else - l->path = "/usr/lib/im/locale/ja/sampleja/sampleja_obj.jar"; /* path */ -+ l->path = "/usr/local/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; |