diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-20 17:48:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-20 17:48:49 +0000 |
commit | ee667f7a6eb087ae1155d179347d4682bc99bcff (patch) | |
tree | 3542b1b3f8cc2a1d1aa245cf92a3032f88854fce /devel/gdb6/patches/patch-bb | |
parent | ab52049b92c6fcccd6a38bf9662e9b3c45281c8f (diff) | |
download | pkgsrc-ee667f7a6eb087ae1155d179347d4682bc99bcff.tar.gz |
Rename patch files to match standard pattern.
Diffstat (limited to 'devel/gdb6/patches/patch-bb')
-rw-r--r-- | devel/gdb6/patches/patch-bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/gdb6/patches/patch-bb b/devel/gdb6/patches/patch-bb new file mode 100644 index 00000000000..9ce70bdc5ce --- /dev/null +++ b/devel/gdb6/patches/patch-bb @@ -0,0 +1,14 @@ +$NetBSD: patch-bb,v 1.1 2005/10/20 17:48:49 wiz Exp $ + +--- readline/rltty.c.orig 2004-06-01 09:01:39.000000000 -0600 ++++ readline/rltty.c +@@ -619,6 +619,9 @@ prepare_terminal_settings (meta_flag, ol + just to be sure. This includes ^Y and ^V. This should not really + be necessary. */ + #if defined (TERMIOS_TTY_DRIVER) && defined (_POSIX_VDISABLE) ++#if defined (VDISCARD) ++ tiop->c_cc[VDISCARD] = _POSIX_VDISABLE; ++#endif + + #if defined (VLNEXT) + tiop->c_cc[VLNEXT] = _POSIX_VDISABLE; |