pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/goaccess/patches goaccess: Add support for Tokyo C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfad48f94d4f
branches:  trunk
changeset: 414022:bfad48f94d4f
user:      roy <roy%pkgsrc.org@localhost>
date:      Mon Mar 23 17:15:57 2020 +0000

description:
goaccess: Add support for Tokyo Cabinet to persist data

diffstat:

 www/goaccess/patches/patch-src_tcbtdb.c |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 21cabb74cadd -r bfad48f94d4f www/goaccess/patches/patch-src_tcbtdb.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/goaccess/patches/patch-src_tcbtdb.c   Mon Mar 23 17:15:57 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_tcbtdb.c,v 1.1 2020/03/23 17:15:57 roy Exp $
+
+va_list requires stdarg.h
+
+--- src/tcbtdb.c.orig  2020-03-23 16:42:43.613997461 +0000
++++ src/tcbtdb.c       2020-03-23 16:43:08.793204575 +0000
+@@ -37,6 +37,7 @@
+ #include <tcutil.h>
+ #include <fcntl.h>
+ #include <sys/types.h>
++#include <stdarg.h>
+ #include <unistd.h>
+ 
+ #include "tcbtdb.h"



Home | Main Index | Thread Index | Old Index