Permalink
Browse files
weechat: update to 2.4
weechat-devel: update to 2.5-dev-20190424
- Loading branch information
Showing
with
30 additions
and 11 deletions.
- +20 −11 irc/weechat/Portfile
- +10 −0 irc/weechat/files/patch-fix-compilation.diff
| @@ -0,0 +1,10 @@ | ||
| --- src/core/weechat.c.orig 2019-04-24 12:55:19.000000000 -0700 | ||
| +++ src/core/weechat.c 2019-04-24 12:55:35.000000000 -0700 | ||
| @@ -39,6 +39,7 @@ | ||
| #include "config.h" | ||
| #endif | ||
|
|
||
| +#include <unistd.h> | ||
| #include <errno.h> | ||
| #include <stdlib.h> | ||
| #include <stdio.h> |