mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
Ports: Add mandoc port
This commit is contained in:
parent
77ed943275
commit
78ddf2e048
15 changed files with 1574 additions and 0 deletions
11
Ports/mandoc/patches/fix-catman.patch
Normal file
11
Ports/mandoc/patches/fix-catman.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- mandoc-1.14.5/catman.c.orig Sun Jan 19 23:55:20 2020
|
||||
+++ mandoc-1.14.5/catman.c Sun Jan 19 23:55:30 2020
|
||||
@@ -113,7 +113,7 @@
|
||||
if ((sz = sendmsg(fd, &msg, 0)) != -1 ||
|
||||
errno != EAGAIN)
|
||||
break;
|
||||
- nanosleep(&timeout, NULL);
|
||||
+ sleep(1);
|
||||
}
|
||||
return sz;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue