summaryrefslogtreecommitdiff
path: root/x11/rxvt/Makefile
diff options
context:
space:
mode:
authormartin <martin>2001-06-21 07:35:18 +0000
committermartin <martin>2001-06-21 07:35:18 +0000
commit03c70dc859cd68f4b7b4a7fc3712342317f83115 (patch)
tree0a66e4cf12f3883ebd91a168d7d40319bc85c580 /x11/rxvt/Makefile
parent18ec996ed84abc6661742e6d6c5f5f2ea7657aae (diff)
downloadpkgsrc-03c70dc859cd68f4b7b4a7fc3712342317f83115.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.
Diffstat (limited to 'x11/rxvt/Makefile')
-rw-r--r--x11/rxvt/Makefile3
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 \