texinfo, add patchset for version 7.0.3 (#9029)

This commit is contained in:
Schrijvers Luc
2023-07-13 10:45:18 +02:00
committed by GitHub
parent 544a557b8a
commit fc81032301
2 changed files with 25 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
From 7d052efe328e096c46d5a2638999ad5b6699a519 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Tue, 22 Dec 2015 11:52:48 +0000
Subject: Haiku patch
diff --git a/system.h b/system.h
index e32937f..4ed2c07 100644
--- a/system.h
+++ b/system.h
@@ -105,6 +105,10 @@ extern char *strerror ();
# endif
#endif /* O_BINARY */
+#if defined(__HAIKU__)
+# define DEFAULT_INFOPATH "/system/documentation/info:/system/non-packaged/documentation/info:/boot/home/config/documentation/info:/boot/home/config/non-packaged/documentation/info:."
+#endif
+
#if O_BINARY
# ifdef HAVE_IO_H
# include <io.h>
--
2.37.3

View File

@@ -4,7 +4,7 @@ Texinfo is the official documentation format of the GNU project."
HOMEPAGE="http://www.gnu.org/software/texinfo/"
COPYRIGHT="1992-2008 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="http://ftp.gnu.org/gnu/texinfo/texinfo-$portVersion.tar.gz"
CHECKSUM_SHA256="3cc5706fb086b895e1dc2b407aade9f95a3a233ff856273e2b659b089f117683"
PATCHES="texinfo-$portVersion.patchset"