From c164ad94cfabcd5f8a4856763b207057ffd3659b Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Fri, 4 Mar 2005 11:38:18 +0000 Subject: 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 --- textproc/iiimf-le-unit/files/patch-leif_sampleja_sampleja.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/iiimf-le-unit/files/patch-leif_sampleja_sampleja.c') 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; -- cgit v1.2.3