diff options
author | martin <martin@pkgsrc.org> | 2003-04-18 23:07:17 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2003-04-18 23:07:17 +0000 |
commit | c9a5143e04ac7d4721b9130c3d337d6b704dd049 (patch) | |
tree | 83a06339d82654831009fb8383e0ff5ecfec4ba4 /x11 | |
parent | c951651b2f2b479de0ca073615a3f52db956b213 (diff) | |
download | pkgsrc-c9a5143e04ac7d4721b9130c3d337d6b704dd049.tar.gz |
Disable greek support again. It still breaks normal input on non-UK/non-US
keyboards.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 05b03193750..5fee30d4fa5 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2003/03/28 03:34:04 salo Exp $ +# $NetBSD: Makefile,v 1.39 2003/04/18 23:07:17 martin Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # @@ -28,7 +28,6 @@ CONFIGURE_ARGS+= --enable-utmp \ --enable-next-scroll \ --enable-xterm-scroll \ --enable-xim \ - --enable-greek \ --enable-ttygid \ --enable-xgetdefault \ --enable-frills \ @@ -40,6 +39,17 @@ CONFIGURE_ARGS+= --enable-utmp \ --enable-languages \ --with-encoding=noenc +# Note: greek support could not be enabled, as the resource file handling +# to disable it at runtime is documented but does not seem to work. +# If you want to check if this works, try building with this config +# option: +# +# --enable-greek +# +# and then map greektoggle_key to "nothing" via app-resources. +# Note: the "AltGR" (Mode shift) key *is* used on most keyboard types +# outside the ASCII-only region for inputing normal characters! + CONFIGURE_ARGS+= --with-xpm-includes=${BUILDLINK_PREFIX.xpm}/include/X11 CONFIGURE_ARGS+= --with-xpm-library=${BUILDLINK_PREFIX.xpm}/lib |