summaryrefslogtreecommitdiff
path: root/devel/eXdbm/patches/patch-aa
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-04-27 14:13:53 +0000
committeragc <agc@pkgsrc.org>2001-04-27 14:13:53 +0000
commite34985f8b584cb4763b9d4a739575f16dd13bbaa (patch)
treee7d7893480364b8a44c92e6e291c921ad11c636f /devel/eXdbm/patches/patch-aa
parent494c91efedb7b08c0749a8540ab59f88c0690c73 (diff)
downloadpkgsrc-e34985f8b584cb4763b9d4a739575f16dd13bbaa.tar.gz
Initial import of eXdbm-1.0b1 into the NetBSD packages collection.
This package was provided by Shelby <snoonan@vmlabs.com> 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
Diffstat (limited to 'devel/eXdbm/patches/patch-aa')
-rw-r--r--devel/eXdbm/patches/patch-aa43
1 files changed, 43 insertions, 0 deletions
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