mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Adding an option ISO14755 (on by default) to de-activate the ISO 14755
Unicode screen-selection entry method (aka "the yellow box activated by Ctrl-Shift"). Submitted by: Sergio Perticone <g4ll0ws (at) gmail.com>
This commit is contained in:
parent
bf7d2998c6
commit
fd724bbceb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255577
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,7 @@ OPTIONS= \
|
||||||
PERL "Embedded perl interpreter" On \
|
PERL "Embedded perl interpreter" On \
|
||||||
XIM "Support for XIM (X Input Method) protocol" On \
|
XIM "Support for XIM (X Input Method) protocol" On \
|
||||||
UNICODE3 "Support Unicode codepoints above 65535" On \
|
UNICODE3 "Support Unicode codepoints above 65535" On \
|
||||||
|
ISO14755 "Support for extended ISO 14755 modes" On \
|
||||||
COMBINING "Automatic composition of combining chars" On \
|
COMBINING "Automatic composition of combining chars" On \
|
||||||
MENUBAR "Support for the menu bar system" On \
|
MENUBAR "Support for the menu bar system" On \
|
||||||
RXVT_SCROLLBAR "Support for the original rxvt scrollbar" On \
|
RXVT_SCROLLBAR "Support for the original rxvt scrollbar" On \
|
||||||
|
@ -78,6 +79,11 @@ CONFIGURE_ARGS+= --disable-xim
|
||||||
CONFIGURE_ARGS+= --disable-unicode3
|
CONFIGURE_ARGS+= --disable-unicode3
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
# disable support for extended ISO 14755 modes
|
||||||
|
.if defined(WITHOUT_ISO14755)
|
||||||
|
CONFIGURE_ARGS+= --disable-iso14755
|
||||||
|
.endif
|
||||||
|
|
||||||
# disable automatic composition of combining characters
|
# disable automatic composition of combining characters
|
||||||
# into composite characters
|
# into composite characters
|
||||||
.if defined(WITHOUT_COMBINING)
|
.if defined(WITHOUT_COMBINING)
|
||||||
|
|
Loading…
Add table
Reference in a new issue