mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
e647e3e6c2
PR: ports/117796 Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) Approved by: portmgr (pav), linimon (mentor) Security: http://www.sec-consult.com/300.html
12 lines
383 B
Plaintext
12 lines
383 B
Plaintext
--- makebdb/Makefile.in.orig 2007-11-02 15:47:34.000000000 +0100
|
|
+++ makebdb/Makefile.in 2007-11-02 15:48:33.000000000 +0100
|
|
@@ -231,7 +231,7 @@
|
|
options.c \
|
|
options.h
|
|
|
|
-makebdb_LDADD = -L../libjain -L../libjain/.libs/ -ljain -ldb -lpopt \
|
|
+makebdb_LDADD = -L../libjain -L../libjain/.libs/ -ljain -ldb3 -lpopt \
|
|
@dmalloc_lib@
|
|
|
|
INCLUDES = -I$(top_srcdir)/libjain
|