Skip to content

Commit

Permalink
Install the programs with this package as well as the library
Browse files Browse the repository at this point in the history
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
  • Loading branch information
agc committed Aug 12, 2008
1 parent ec971c1 commit 7747cb8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions databases/sdbm/patches/patch-ah
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 7747cb8

Please sign in to comment.