mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 17:50:06 +02:00
25 lines
633 B
Plaintext
25 lines
633 B
Plaintext
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
|
|
|