diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 5c4a9275b098..5c275de02077 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -27,6 +27,7 @@ OPTIONS= \ PERL "Embedded perl interpreter" On \ XIM "Support for XIM (X Input Method) protocol" On \ UNICODE3 "Support Unicode codepoints above 65535" On \ + ISO14755 "Support for extended ISO 14755 modes" On \ COMBINING "Automatic composition of combining chars" On \ MENUBAR "Support for the menu bar system" On \ RXVT_SCROLLBAR "Support for the original rxvt scrollbar" On \ @@ -78,6 +79,11 @@ CONFIGURE_ARGS+= --disable-xim CONFIGURE_ARGS+= --disable-unicode3 .endif +# disable support for extended ISO 14755 modes +.if defined(WITHOUT_ISO14755) +CONFIGURE_ARGS+= --disable-iso14755 +.endif + # disable automatic composition of combining characters # into composite characters .if defined(WITHOUT_COMBINING)