mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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
11 lines
383 B
Text
11 lines
383 B
Text
--- 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
|