aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-11-04 23:20:00 +0800
committermnag <mnag@FreeBSD.org>2005-11-04 23:20:00 +0800
commit6bb7004f1ad541c099cd2b922eef4df6bf2917ff (patch)
treef9f26e1a4debf31261675c31b68d3e787a62580f /dns
parentf63a6ab60ff1ba4951711be56d625a6689f54ba6 (diff)
downloadfreebsd-ports-gnome-6bb7004f1ad541c099cd2b922eef4df6bf2917ff.tar.gz
freebsd-ports-gnome-6bb7004f1ad541c099cd2b922eef4df6bf2917ff.tar.zst
freebsd-ports-gnome-6bb7004f1ad541c099cd2b922eef4df6bf2917ff.zip
Respect LOCALBASE
PR: 88489 Submitted by: Hugo Meiland <hugo@meiland.nl> (maintainer)
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9-sdb-ldap/files/patch-sdb_ldap4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind9-sdb-ldap/files/patch-sdb_ldap b/dns/bind9-sdb-ldap/files/patch-sdb_ldap
index 29f7e38f3853..14c7ee47110d 100644
--- a/dns/bind9-sdb-ldap/files/patch-sdb_ldap
+++ b/dns/bind9-sdb-ldap/files/patch-sdb_ldap
@@ -11,8 +11,8 @@ diff -ruN ../bind-9.3.1.org/bin/named/Makefile.in ./bin/named/Makefile.in
-DBDRIVER_LIBS =
+DBDRIVER_OBJS = ldapdb.@O@
+DBDRIVER_SRCS = ldapdb.c
-+DBDRIVER_INCLUDES = -I/usr/local/include
-+DBDRIVER_LIBS = -L/usr/local/lib -lldap -llber
++DBDRIVER_INCLUDES = -I${LOCALBASE}/include
++DBDRIVER_LIBS = -L${LOCALBASE}/lib -lldap -llber
CINCLUDES = -I${srcdir}/include -I${srcdir}/unix/include \
${LWRES_INCLUDES} ${DNS_INCLUDES} ${BIND9_INCLUDES} \