From 56c897d8d0a31aba4c887eacdd3dbe1ee2d368a1 Mon Sep 17 00:00:00 2001 From: Jingdong Lu Date: Sat, 25 Sep 2010 15:04:47 +0800 Subject: texinfo: Add new package Texinfo is a documentation system that can produce both online information and printed output from a single source file. Signed-off-by: Jingdong Lu --- .../texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch (limited to 'meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch') diff --git a/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch b/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch new file mode 100644 index 000000000..77e3a76de --- /dev/null +++ b/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch @@ -0,0 +1,11 @@ +--- texinfo-4.13/install-info/install-info.c.mosdo-crash 2009-09-02 20:18:44.000000000 -0400 ++++ texinfo-4.13/install-info/install-info.c 2009-09-02 20:19:53.000000000 -0400 +@@ -1765,7 +1765,7 @@ + err = argz_add (&argz, &argz_len, opt); + free (opt); opt = NULL; + +- opt = xmalloc (strlen (regex) + sizeof ("--section=")); ++ opt = xmalloc (strlen (title) + sizeof ("--section=")); + if (sprintf (opt, "--section=%s", title) == -1) + err = 1; + if (!err) -- cgit v1.2.3