diff options
author | martin <martin@pkgsrc.org> | 2001-03-13 20:20:06 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2001-03-13 20:20:06 +0000 |
commit | a1bfdf122432c4aecc39b0030364c38347545db7 (patch) | |
tree | c9040db9acb2f14cb95eddba7a6184e8613d38a3 /x11/rxvt/Makefile | |
parent | 100980452b1d69e9dc1b39f693f4181125059504 (diff) | |
download | pkgsrc-a1bfdf122432c4aecc39b0030364c38347545db7.tar.gz |
Remove support for greek characters from configure args.
It is broken and makes the program completely unuseable on german keyboards
(for example entering | switches into greek input mode).
I once tried to explain this to the maintainer, but it is not fixed in this
version.
Diffstat (limited to 'x11/rxvt/Makefile')
-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 76c248d97dd..643a91dbb2a 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/02/17 17:06:47 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2001/03/13 20:20:06 martin Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # @@ -26,7 +26,6 @@ CONFIGURE_ARGS+= --enable-utmp \ --enable-xterm-scroll \ --enable-xim \ --enable-languages \ - --enable-greek \ --enable-ttygid \ --enable-xgetdefault \ --enable-frills \ |