summaryrefslogtreecommitdiff
path: root/textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2005-03-04 11:38:18 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2005-03-04 11:38:18 +0000
commitc164ad94cfabcd5f8a4856763b207057ffd3659b (patch)
tree83be4b2b81a8c09fc64de4c8093119b5c54a7862 /textproc/iiimf-gtk/files/patch-iiimgcf_imaux.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-gtk/files/patch-iiimgcf_imaux.c')
-rw-r--r--textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c b/textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c
index ffc17a98f5df..dda9b5a7c069 100644
--- a/textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c
+++ b/textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c
@@ -5,7 +5,7 @@
static void iiim_aux_download (IIIMCF_downloaded_object obj);
-#define AUX_BASE_DIR "/usr/lib/im/"
-+#define AUX_BASE_DIR "/usr/local/lib/im/"
++#define AUX_BASE_DIR IMDIR
#define IS_SPACE(len, ptr) ((0 < (len)) && \
(('\t' == *(p)) || (' ' == *(p))))