diff options
author | agc <agc@pkgsrc.org> | 2008-08-12 13:13:34 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2008-08-12 13:13:34 +0000 |
commit | 7747cb8318b04bcea6c1a06d024bff73c5830edb (patch) | |
tree | 0c7320f1f9af082b74e1853ceb2f1f7e29c8e958 /databases | |
parent | ec971c16f6611a01ba920fdb6a9bf042dae9a542 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | databases/sdbm/patches/patch-ah | 15 |
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" + |