diff --git a/sys-apps/texinfo/patches/texinfo-7.0.3.patchset b/sys-apps/texinfo/patches/texinfo-7.0.3.patchset new file mode 100644 index 000000000..24a854fc3 --- /dev/null +++ b/sys-apps/texinfo/patches/texinfo-7.0.3.patchset @@ -0,0 +1,24 @@ +From 7d052efe328e096c46d5a2638999ad5b6699a519 Mon Sep 17 00:00:00 2001 +From: Jerome Duval +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 +-- +2.37.3 + diff --git a/sys-apps/texinfo/texinfo-7.0.3.recipe b/sys-apps/texinfo/texinfo-7.0.3.recipe index 4f662c0ed..70f38bdb3 100644 --- a/sys-apps/texinfo/texinfo-7.0.3.recipe +++ b/sys-apps/texinfo/texinfo-7.0.3.recipe @@ -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"