summaryrefslogtreecommitdiffstats
path: root/editors/mule
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2002-10-29 09:46:31 +0000
committertaoka <taoka@FreeBSD.org>2002-10-29 09:46:31 +0000
commit6d86f199c00e02774325f5beb398f8d2e8631bf4 (patch)
tree69d0bca8473e5946b83e0e5fa29f814749b35eb3 /editors/mule
parent7540a6e9479d75935ec13f9b5f45eab68b76fa72 (diff)
downloadFreeBSD-ports-6d86f199c00e02774325f5beb398f8d2e8631bf4.zip
FreeBSD-ports-6d86f199c00e02774325f5beb398f8d2e8631bf4.tar.gz
Change linking libwnn6.so.1 instead of libwnn6_for_wnn7.so.1.
A shared library file libwnn6_for_wnn7.so.1 (japapese/Wnn7-lib) was linked to mule bulid by mule-*wnn7. The port Wnn7-lib was uptated and produces libwnn7.so.1. But mule 2.3 cannot use libwnn7.so.1. So, libwnn6.so.1 is linked to mule.
Diffstat (limited to 'editors/mule')
-rw-r--r--editors/mule/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index b9bd9e3..8d2f031 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -84,10 +84,13 @@ LIB_INPUT_METHOD+= wnn6.1:${PORTSDIR}/japanese/Wnn6-lib
WITH_INPUT_METHOD+= --with-wnn6 --with-wnn-libraries=${LOCALBASE}/lib \
--with-wnn-includes=${LOCALBASE}/include/wnn6/wnn
.elif defined(WNN7)
+# mule 2.3 cannot use Wnn7SDK (Wnn7-lib)
+# so it uses Wnn6SDK (Wnn6-lib) instead of Wnn7SDK.
+# But it can partly support Wnn7 by ${PREFIX}/share/mule/19.34/lisp/eggrc-wnn
INPUT_METHOD+= wnn7
-LIB_INPUT_METHOD+= wnn6_for_wnn7.1:${PORTSDIR}/japanese/Wnn7-lib
-WITH_INPUT_METHOD+= --with-wnn6=-lwnn6_for_wnn7 --with-wnn-libraries=${LOCALBASE}/lib \
- --with-wnn-includes=${LOCALBASE}/include/wnn7/wnn
+LIB_INPUT_METHOD+= wnn6.1:${PORTSDIR}/japanese/Wnn6-lib
+WITH_INPUT_METHOD+= --with-wnn6=-lwnn6 --with-wnn-libraries=${LOCALBASE}/lib \
+ --with-wnn-includes=${LOCALBASE}/include/wnn6/wnn
.endif
.endif
COMP_ELC= egg.elc wnn-egg.elc sj3-client.elc sj3-egg.elc canna.elc
OpenPOWER on IntegriCloud