diff options
author | roy <roy@pkgsrc.org> | 2017-01-04 22:26:02 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-04 22:26:02 +0000 |
commit | 6dcf41e93ae458e38d7bc937cf27b8cac19c4edc (patch) | |
tree | cb66306d17a5db2139fd14a67aef1d0397e35e8a /misc | |
parent | ada489779a6fcabc220c42236ebfd118fa6ebe70 (diff) | |
download | pkgsrc-6dcf41e93ae458e38d7bc937cf27b8cac19c4edc.tar.gz |
Add missing patch for system curses support.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/multitail/patches/patch-ui.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/multitail/patches/patch-ui.c b/misc/multitail/patches/patch-ui.c new file mode 100644 index 00000000000..5f33506eac2 --- /dev/null +++ b/misc/multitail/patches/patch-ui.c @@ -0,0 +1,12 @@ +$NetBSD: patch-ui.c,v 1.1 2017/01/04 22:26:02 roy Exp $ + +--- ui.c.orig 2017-01-04 21:58:51.719680033 +0000 ++++ ui.c +@@ -12,6 +12,7 @@ + #include <sys/utsname.h> + #include <pwd.h> + #include <signal.h> ++#include <stdarg.h> + #include <unistd.h> + + #include "mt.h" |