diff options
Diffstat (limited to 'textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c')
-rw-r--r-- | textproc/iiimf-gtk/files/patch-iiimgcf_imaux.c | 2 |
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)))) |