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_sun_th_auxwin_UtilityConfig.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_sun_th_auxwin_UtilityConfig.c')
| -rw-r--r-- | textproc/iiimf-le-unit/files/patch-leif_sun_th_auxwin_UtilityConfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/iiimf-le-unit/files/patch-leif_sun_th_auxwin_UtilityConfig.c b/textproc/iiimf-le-unit/files/patch-leif_sun_th_auxwin_UtilityConfig.c index 1b236c5e0b4f..fbe0c5aa4bf2 100644 --- a/textproc/iiimf-le-unit/files/patch-leif_sun_th_auxwin_UtilityConfig.c +++ b/textproc/iiimf-le-unit/files/patch-leif_sun_th_auxwin_UtilityConfig.c @@ -5,7 +5,7 @@ DEBUG_printf("lang_name:%s\n", lang_name); - sprintf(file_name, "/usr/lib/im/locale/%s/%s", lang_name, UTILITY_FILE_NAME); -+ sprintf(file_name, "/usr/local/lib/im/locale/%s/%s", lang_name, UTILITY_FILE_NAME); ++ sprintf(file_name, IMDIR "/locale/%s/%s", lang_name, UTILITY_FILE_NAME); DEBUG_printf("file_name:%s\n", file_name); read_utility_config_file(file_name); |
