1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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>
This commit is contained in:
Shigeyuki Fukushima 2001-04-20 20:26:53 +00:00
parent 1a85218115
commit 48dd14d15c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41749

View File

@ -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} \