summaryrefslogtreecommitdiff
path: root/databases/gdbm/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gdbm/files/patch-ab')
-rw-r--r--databases/gdbm/files/patch-ab38
1 files changed, 12 insertions, 26 deletions
diff --git a/databases/gdbm/files/patch-ab b/databases/gdbm/files/patch-ab
index 6a246ca0d7b9..5d19eaf34fa7 100644
--- a/databases/gdbm/files/patch-ab
+++ b/databases/gdbm/files/patch-ab
@@ -1,34 +1,20 @@
---- Makefile.in.orig Wed May 19 11:16:06 1999
-+++ Makefile.in Sun Feb 27 03:05:15 2000
-@@ -27,11 +27,11 @@
- LIBS = @LIBS@ -lc
+--- Makefile.in.orig Wed Oct 9 01:09:12 2002
++++ Makefile.in Tue Oct 22 22:19:59 2002
+@@ -24,7 +24,7 @@
+ DEFS =
- # SunOS 4 users might wish to add '-fpcc-struct-return' to CFLAGS. see INSTALL.
--CFLAGS = -O
-+#CFLAGS = -O
- LDFLAGS =
+ # Where the system [n]dbm routines are...
+-LIBS = @LIBS@ -lc
++LIBS = @LIBS@
- # Common prefix for installation directories
--prefix = /usr/local
-+prefix = @prefix@
- exec_prefix = $(prefix)
- binprefix = $(exec_prefix)
- manprefix = $(prefix)
-@@ -115,7 +115,7 @@
+ CFLAGS = @CFLAGS@
+ LDFLAGS = @LDFLAGS@
+@@ -122,7 +122,7 @@
DISTFILES = $(SRCS) $(HDRS) $(MSCFILES)
--all: libgdbm.la
-+all: libgdbm.la info
+-all: libgdbm.la libgdbm_compat.la
++all: libgdbm.la libgdbm_compat.la gdbm.info
progs: $(PROGS)
-@@ -187,7 +187,7 @@
-
- info: gdbm.info
-
--gdbm.info:
-+gdbm.info: gdbm.texinfo
- $(MAKEINFO) $(srcdir)/gdbm.texinfo
-
- dvi: gdbm.dvi