summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-powerpc.patch
diff options
context:
space:
mode:
authorJingdong Lu <jingdong.lu@windriver.com>2010-09-25 15:04:47 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-10 23:13:00 +0000
commit56c897d8d0a31aba4c887eacdd3dbe1ee2d368a1 (patch)
tree7ad9952f3d82ab50fbf35bd93fac929d256147a4 /meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-powerpc.patch
parent47a1f50d17e217d8d9dd5d1074449369defbea65 (diff)
downloadopenembedded-core-56c897d8d0a31aba4c887eacdd3dbe1ee2d368a1.tar.gz
openembedded-core-56c897d8d0a31aba4c887eacdd3dbe1ee2d368a1.tar.bz2
openembedded-core-56c897d8d0a31aba4c887eacdd3dbe1ee2d368a1.tar.xz
openembedded-core-56c897d8d0a31aba4c887eacdd3dbe1ee2d368a1.zip
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 <jingdong.lu@windriver.com>
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-powerpc.patch')
-rw-r--r--meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-powerpc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-powerpc.patch b/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-powerpc.patch
new file mode 100644
index 000000000..b6c046e79
--- /dev/null
+++ b/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-powerpc.patch
@@ -0,0 +1,12 @@
+diff -up texinfo-4.13/install-info/install-info.c.patch texinfo-4.13/install-info/install-info.c
+--- texinfo-4.13/install-info/install-info.c.patch 2010-01-11 14:46:32.000000000 +0100
++++ texinfo-4.13/install-info/install-info.c 2010-01-11 14:48:47.162152695 +0100
+@@ -772,7 +772,7 @@ open_possibly_compressed_file (char *fil
+ }
+ else
+ { /* It's a plain file, seek back over the magic bytes. */
+- if (gzseek (f, 0, SEEK_SET) < 0)
++ if (gzseek (f, 0, SEEK_SET) == -1)
+ pfatal_with_name (*opened_filename);
+ #if 0 && O_BINARY
+ /* Since this is a text file, and we opened it in binary mode,