pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/i2cbd/patches compiling this package works so muc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f463efe628bd
branches: trunk
changeset: 372619:f463efe628bd
user: spz <spz%pkgsrc.org@localhost>
date: Mon Dec 11 19:00:32 2017 +0000
description:
compiling this package works so much better with all necessary patches added...
diffstat:
chat/i2cbd/patches/patch-util_icbdb.c | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r c83218b790ef -r f463efe628bd chat/i2cbd/patches/patch-util_icbdb.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/i2cbd/patches/patch-util_icbdb.c Mon Dec 11 19:00:32 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-util_icbdb.c,v 1.1 2017/12/11 19:00:32 spz Exp $
+
+pacify compiler warnings
+
+--- util/icbdb.c.orig 2003-10-24 20:52:24.000000000 +0000
++++ util/icbdb.c
+@@ -20,7 +20,7 @@ int
+ main (int argc, char **argv)
+ {
+ int c, initflag = 0, catflag = 0, delflag = 0, findflag = 0;
+- char *dbname, *uname;
++ char *dbname, *uname = NULL;
+ DB *db;
+ DBT key, data;
+
Home |
Main Index |
Thread Index |
Old Index