diff options
Diffstat (limited to 'databases/gdbm/files/patch-ab')
-rw-r--r-- | databases/gdbm/files/patch-ab | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/gdbm/files/patch-ab b/databases/gdbm/files/patch-ab deleted file mode 100644 index 5d19eaf34fa7..000000000000 --- a/databases/gdbm/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Wed Oct 9 01:09:12 2002 -+++ Makefile.in Tue Oct 22 22:19:59 2002 -@@ -24,7 +24,7 @@ - DEFS = - - # Where the system [n]dbm routines are... --LIBS = @LIBS@ -lc -+LIBS = @LIBS@ - - CFLAGS = @CFLAGS@ - LDFLAGS = @LDFLAGS@ -@@ -122,7 +122,7 @@ - - DISTFILES = $(SRCS) $(HDRS) $(MSCFILES) - --all: libgdbm.la libgdbm_compat.la -+all: libgdbm.la libgdbm_compat.la gdbm.info - - progs: $(PROGS) - |