From e58fe232ef1630414daa21da3ddc3464f90c4e17 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 5 Nov 2010 10:45:06 -0400 Subject: termcap: add 2.0.8 with gentoo patchset No one should really be using this, but what the heck. Signed-off-by: Chris Larson --- .../termcap/termcap-2.0.8/007_all_termcap-ignore-p.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/termcap/termcap-2.0.8/007_all_termcap-ignore-p.patch (limited to 'recipes/termcap/termcap-2.0.8/007_all_termcap-ignore-p.patch') diff --git a/recipes/termcap/termcap-2.0.8/007_all_termcap-ignore-p.patch b/recipes/termcap/termcap-2.0.8/007_all_termcap-ignore-p.patch new file mode 100644 index 0000000000..70410e5f55 --- /dev/null +++ b/recipes/termcap/termcap-2.0.8/007_all_termcap-ignore-p.patch @@ -0,0 +1,13 @@ +--- termcap-2.0.8-clean/tparam.c ++++ termcap-2.0.8/tparam.c +@@ -299,6 +299,10 @@ + case 'D': /* %D means weird Delta Data transformation. */ + argp[0] -= 2 * (tem % 16); + break; ++ ++ case 'p': /* %p means push nth arg - ignore. */ ++ *p++; ++ break; + } + } + else -- cgit 1.2.3-korg