summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2017-01-04 22:26:02 +0000
committerroy <roy@pkgsrc.org>2017-01-04 22:26:02 +0000
commit6dcf41e93ae458e38d7bc937cf27b8cac19c4edc (patch)
treecb66306d17a5db2139fd14a67aef1d0397e35e8a /misc
parentada489779a6fcabc220c42236ebfd118fa6ebe70 (diff)
downloadpkgsrc-6dcf41e93ae458e38d7bc937cf27b8cac19c4edc.tar.gz
Add missing patch for system curses support.
Diffstat (limited to 'misc')
-rw-r--r--misc/multitail/patches/patch-ui.c12
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"