freebsd-ports/databases/gdbm/files/patch-ab
Ying-Chieh Liao 42bf525660 upgrade to 1.8.3
PR:		44222
Submitted by:	Ports Fury
Approved by:	maintainer
2003-01-03 08:16:54 +00:00

20 lines
400 B
Text

--- 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)