forked from Lainports/freebsd-ports
PR: ports/60263 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
11 lines
326 B
Text
11 lines
326 B
Text
--- perdition/db/daemon/Makefile.in.orig Mon Dec 15 12:24:51 2003
|
|
+++ perdition/db/daemon/Makefile.in Mon Dec 15 12:27:20 2003
|
|
@@ -155,7 +155,7 @@
|
|
|
|
libperditiondb_daemon_la_LDFLAGS = -version-info 0:0:0
|
|
|
|
-libperditiondb_daemon_la_LIBADD = -ldb
|
|
+libperditiondb_daemon_la_LIBADD = -lgdbm
|
|
|
|
noinst_PROGRAMS = client server
|
|
|