freebsd-ports/net/bmon/files/patch-src__out_db.c
Wesley Shields fbb766f1c3 Pick up libdbi dependency and fix build with it.
PR:		ports/121650
Submitted by:	Mel <mel.xyzzy@rachie.is-a-geek.net><F7>
Approved by:	garga (mentor), maintainer
2008-04-09 22:12:18 +00:00

11 lines
309 B
C

--- ./src/out_db.c.orig 2008-03-24 22:44:47.000000000 -0400
+++ ./src/out_db.c 2008-03-24 22:45:03.000000000 -0400
@@ -679,7 +679,7 @@
.om_draw = db_draw,
.om_set_opts = db_set_opts,
.om_probe = db_probe,
- .om_shutdown db_shutdown,
+ .om_shutdown = db_shutdown,
};
static void __init db_init(void)