1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/mail/perdition/files/patch-makebdb-makebdb.c
Maho Nakata 805e567768 1. update to 1.11
2. Add many knobs.
3. pass maintainer ship to Clement Laforet <sheepkiller@cultdeadsheep.org>

PR:		53358
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Notification by: daichi
2003-07-03 05:54:50 +00:00

12 lines
243 B
C

--- makebdb/makebdb.c.orig Mon Apr 28 08:13:47 2003
+++ makebdb/makebdb.c Sun Jun 15 18:36:21 2003
@@ -35,7 +35,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <ctype.h>
-#include <db.h>
+#include <db3/db.h>
#include "options.h"