summaryrefslogtreecommitdiff
path: root/x11/rxvt
diff options
context:
space:
mode:
authormartin <martin>2003-04-18 23:07:17 +0000
committermartin <martin>2003-04-18 23:07:17 +0000
commitec30d98e9e9f46a64630e12a029618762ceaab9c (patch)
tree83a06339d82654831009fb8383e0ff5ecfec4ba4 /x11/rxvt
parente2925ef8c5bda33b32a4bdeaba6fa27992092df2 (diff)
downloadpkgsrc-ec30d98e9e9f46a64630e12a029618762ceaab9c.tar.gz
Disable greek support again. It still breaks normal input on non-UK/non-US
keyboards.
Diffstat (limited to 'x11/rxvt')
-rw-r--r--x11/rxvt/Makefile14
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