diff options
author | martin <martin@pkgsrc.org> | 2001-06-21 07:35:18 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2001-06-21 07:35:18 +0000 |
commit | 75587de7e17cfd0b2b104176342b957820e19442 (patch) | |
tree | 0a66e4cf12f3883ebd91a168d7d40319bc85c580 | |
parent | f945f56e0f21b52836671bbb6d53646e4cf43a44 (diff) | |
download | pkgsrc-75587de7e17cfd0b2b104176342b957820e19442.tar.gz |
Disable multi char glyph languages as a stopgap for now. The
implementation is broken, it breaks the program for users with
non-multi-char-glyph and non english ("C") locales.
I will file a PR for the real problem.
-rw-r--r-- | x11/rxvt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 643a91dbb2a..10c9fda9b13 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/03/13 20:20:06 martin Exp $ +# $NetBSD: Makefile,v 1.22 2001/06/21 07:35:18 martin Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # @@ -25,7 +25,6 @@ CONFIGURE_ARGS+= --enable-utmp \ --enable-menubar \ --enable-xterm-scroll \ --enable-xim \ - --enable-languages \ --enable-ttygid \ --enable-xgetdefault \ --enable-frills \ |