summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch')
-rw-r--r--app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch b/app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch
new file mode 100644
index 000000000000..db2b112641a8
--- /dev/null
+++ b/app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch
@@ -0,0 +1,13 @@
+diff --git a/Source/troff_generator.c b/Source/troff_generator.c
+index 1b123b8..94ddcda 100644
+--- a/Source/troff_generator.c
++++ b/Source/troff_generator.c
+@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ #include <ctype.h>
+
+ #include <sys/param.h>
+-#include <sys/unistd.h>
++#include <unistd.h>
+
+ #include "troff_generator.h"
+ #include "util.h"