pkgsrc-wip/sks/patches/patch-aa
Quentin Garnier 56a41fa519 Initial import of sks, version 1.0.4 into the NetBSD Package Collection,
mostly from PR pkg/21409.

Replicating PGP Key Server
2003-10-28 21:27:14 +00:00

13 lines
340 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/10/28 21:27:14 cubidou Exp $
--- bdb/bdb_stubs.c.orig 2003-07-05 17:10:40.000000000 +0200
+++ bdb/bdb_stubs.c
@@ -12,7 +12,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <limits.h>
-#include <db.h>
+#include <db4/db.h>
/* O_CREAT and others are not defined in db.h */
#include <fcntl.h>