From a8a726360842517904b3446c8ee94de67108f1df Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 16:09:41 +0000 Subject: Rename x11/ patch-xy patches to reflect the files they modify. --- x11/rxvt-devel/files/patch-src__init.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 x11/rxvt-devel/files/patch-src__init.c (limited to 'x11/rxvt-devel/files/patch-src__init.c') diff --git a/x11/rxvt-devel/files/patch-src__init.c b/x11/rxvt-devel/files/patch-src__init.c new file mode 100644 index 000000000000..262158bd0e6b --- /dev/null +++ b/x11/rxvt-devel/files/patch-src__init.c @@ -0,0 +1,22 @@ +--- src/init.c.orig Wed Dec 4 03:21:17 2002 ++++ src/init.c Mon Oct 10 00:30:31 2005 +@@ -1531,6 +1531,9 @@ + # ifdef VEOL2 + tio->c_cc[VEOL2] = VDISABLE; + # endif ++# ifdef VERASE2 ++ tio->c_cc[VERASE2] = CERASE2; ++# endif + # ifdef VSWTC + tio->c_cc[VSWTC] = VDISABLE; + # endif +@@ -1650,6 +1653,9 @@ + FOO(VEOL, "VEOL"); + # ifdef VEOL2 + FOO(VEOL2, "VEOL2"); ++# endif ++# ifdef VERASE2 ++ FOO(VERASE2, "VERASE2"); + # endif + # ifdef VSWTC + FOO(VSWTC, "VSWTC"); -- cgit v1.2.3