summaryrefslogtreecommitdiffstats
path: root/editors/emacs20-dl
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2001-04-20 20:26:53 +0000
committershige <shige@FreeBSD.org>2001-04-20 20:26:53 +0000
commit5fe086c2b0b8e474b4489129c67aa6bb6fc9a433 (patch)
treee658eb9e643e071c92db35cb133ce3f955d81872 /editors/emacs20-dl
parent940801ade7a75a238982663b1b7c69766fce40b0 (diff)
downloadFreeBSD-ports-5fe086c2b0b8e474b4489129c67aa6bb6fc9a433.zip
FreeBSD-ports-5fe086c2b0b8e474b4489129c67aa6bb6fc9a433.tar.gz
Add WITHOUT_XIM option.
Mule/Emacs does not maintain XIM clients perfectly. This option disables XIM function in Mule/Emacs. Reported by: Yuji Takano <takachan@running-dog.net>
Diffstat (limited to 'editors/emacs20-dl')
-rw-r--r--editors/emacs20-dl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile
index c126111..fa9d74f 100644
--- a/editors/emacs20-dl/Makefile
+++ b/editors/emacs20-dl/Makefile
@@ -35,6 +35,10 @@ USE_XLIB= yes
CONFIGURE_ARGS= --with-x=no --with-pop
.endif
+.if defined(WITHOUT_XIM) && (${WITHOUT_XIM} == "yes")
+MAKE_FLAGS= MYCPPFLAG="-DX_I18N_INHIBITED"
+.endif
+
DOC_FILE= DOC-DL-${EMACS_VER}.1
PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} \
OpenPOWER on IntegriCloud