From e34985f8b584cb4763b9d4a739575f16dd13bbaa Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 27 Apr 2001 14:13:53 +0000 Subject: Initial import of eXdbm-1.0b1 into the NetBSD packages collection. This package was provided by Shelby in PR 12489. Modified slightly by myself to put the documentation in the correct directory, and to use mkdep, ignoring any errors. eXdbm provides configuration database routines for the eXode environment --- devel/eXdbm/patches/patch-aa | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 devel/eXdbm/patches/patch-aa (limited to 'devel/eXdbm/patches/patch-aa') diff --git a/devel/eXdbm/patches/patch-aa b/devel/eXdbm/patches/patch-aa new file mode 100644 index 00000000000..daceeae57b8 --- /dev/null +++ b/devel/eXdbm/patches/patch-aa @@ -0,0 +1,43 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/04/27 14:13:53 agc Exp $ + +--- Makefile.orig Sat Dec 27 21:48:08 1997 ++++ Makefile Fri Apr 27 15:08:44 2001 +@@ -8,7 +8,7 @@ + #CCFLAGS = -g -Wall + CCFLAGS = -O3 -Wall + CHECKOUT = co +-DEPEND = gccmakedep ++DEPEND = mkdep + + DATE = $$(date +%m%d%y) + +@@ -21,9 +21,9 @@ + + INCPATH = ./ + +-INCDIR = /usr/local/include/ +-LIBDIR = /usr/local/lib/ +-DOCDIR = /usr/local/doc/eXdbm ++INCDIR = $(PREFIX)/include/ ++LIBDIR = $(PREFIX)/lib/ ++DOCDIR = $(PREFIX)/share/doc/eXdbm + + LIBNAME = libeXdbm.a + +@@ -35,7 +35,7 @@ + $(CHECKOUT) $(LIBINC) + + depend : $(LIBSRCS) +- $(DEPEND) $(LIBSRCS) ++ -$(DEPEND) $(LIBSRCS) + + lib : $(LIBOBJS) + $(AR) $(LIBNAME) $(LIBOBJS) +@@ -78,3 +78,7 @@ + + + ++# DO NOT DELETE ++hash.o: hash.c /usr/include/math.h /usr/include/sys/cdefs.h \ ++ /usr/include/machine/cdefs.h /usr/include/sys/cdefs_elf.h \ ++ /usr/include/sys/featuretest.h /usr/include/machine/math.h hash.h -- cgit v1.2.3