summaryrefslogtreecommitdiff
path: root/textproc/iiimf-le-unit/files/patch-leif_sampleja3_xaux_common_csconv.h
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-le-unit/files/patch-leif_sampleja3_xaux_common_csconv.h
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_sampleja3_xaux_common_csconv.h')
-rw-r--r--textproc/iiimf-le-unit/files/patch-leif_sampleja3_xaux_common_csconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/iiimf-le-unit/files/patch-leif_sampleja3_xaux_common_csconv.h b/textproc/iiimf-le-unit/files/patch-leif_sampleja3_xaux_common_csconv.h
index 24d32c1913c5..88a908b383c9 100644
--- a/textproc/iiimf-le-unit/files/patch-leif_sampleja3_xaux_common_csconv.h
+++ b/textproc/iiimf-le-unit/files/patch-leif_sampleja3_xaux_common_csconv.h
@@ -5,7 +5,7 @@
#endif /* !CSC_BASE_DIR_SYSTEM */
#if !defined(CSC_BASE_DIR_DEFAULT)
-# define CSC_BASE_DIR_DEFAULT "/usr/lib/im/csconv/"
-+# define CSC_BASE_DIR_DEFAULT "/usr/local/lib/im/csconv/"
++# define CSC_BASE_DIR_DEFAULT (IMDIR "/csconv/")
#endif /* !CSC_BASE_DIR_DEFAULT */
#define CSC_IS_PATH_ABS(path) (('/' == *(path)) || \