summaryrefslogtreecommitdiff
path: root/databases/sdbm
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2008-08-12 13:13:34 +0000
committeragc <agc@pkgsrc.org>2008-08-12 13:13:34 +0000
commit7747cb8318b04bcea6c1a06d024bff73c5830edb (patch)
tree0c7320f1f9af082b74e1853ceb2f1f7e29c8e958 /databases/sdbm
parentec971c16f6611a01ba920fdb6a9bf042dae9a542 (diff)
downloadpkgsrc-7747cb8318b04bcea6c1a06d024bff73c5830edb.tar.gz
Install the programs with this package as well as the library
Move from BSD Makefile to libtool Use DESTDIR Use PKG_MANDIR Install the programs with this package as well as the library Make this build on Mac OS X - there was a problem with case sensitivity Use modern regexp calls Get rid of lint Bump PKGREVISION
Diffstat (limited to 'databases/sdbm')
-rw-r--r--databases/sdbm/patches/patch-ah15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/sdbm/patches/patch-ah b/databases/sdbm/patches/patch-ah
new file mode 100644
index 00000000000..f0bfb4eb10a
--- /dev/null
+++ b/databases/sdbm/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2008/08/12 13:13:34 agc Exp $
+
+--- dba.c 2008/08/12 11:32:24 1.1
++++ dba.c 2008/08/12 11:32:58
+@@ -2,7 +2,10 @@
+ * dba dbm analysis/recovery
+ */
+
++#include <fcntl.h>
+ #include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+ #include <sys/file.h>
+ #include "sdbm.h"
+