⛏️ index : buildtools.git

author Ingo Weinhold <ingo_weinhold@gmx.de> 2008-03-23 21:00:25.0 +00:00:00
committer Ingo Weinhold <ingo_weinhold@gmx.de> 2008-03-23 21:00:25.0 +00:00:00
commit
2eb365503c3e58d2831d9f4d7ab135feb1d9a854 [patch]
tree
055b4efe7ba040efc6ee5ef7ecc85419bbdc8d29
parent
cfa5e64c0c9433b0acc9e8fe8abe137e58bed1e4
download
2eb365503c3e58d2831d9f4d7ab135feb1d9a854.tar.gz

Patch for the texinfo 4.11 package, so that it compiles at least. Didn't test how well it works.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@24538 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 patches/texinfo/texinfo-4.11.diff | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/patches/texinfo/texinfo-4.11.diff b/patches/texinfo/texinfo-4.11.diff
new file mode 100644
index 0000000..20679b2 100644
--- /dev/null
+++ b/patches/texinfo/texinfo-4.11.diff
@@ -1,0 +1,12 @@
diff -ur texinfo-4.11/system.h texinfo-4.11-orig/system.h
--- texinfo-4.11/system.h	2008-03-22 14:32:09.000000000 +0000
+++ texinfo-4.11-orig/system.h	2007-07-01 21:20:28.000000000 +0000
@@ -154,7 +154,7 @@
 # define va_end(args)
 #endif
 
-#if O_BINARY && !defined(__BEOS__)
+#if O_BINARY
 # ifdef HAVE_IO_H
 #  include <io.h>
 # endif