mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
WWW: http://www.isc.org/index.pl?/sw/bind/index.php PR: ports/126592 Submitted by: Josh Carroll <josh.carroll@gmail.com>
17 lines
484 B
Text
17 lines
484 B
Text
--- ./bin/named/Makefile.in.orig 2005-09-04 20:18:10.000000000 -0400
|
|
+++ ./bin/named/Makefile.in 2008-08-26 12:01:22.000000000 -0400
|
|
@@ -26,10 +26,10 @@
|
|
#
|
|
# Add database drivers here.
|
|
#
|
|
-DBDRIVER_OBJS =
|
|
-DBDRIVER_SRCS =
|
|
-DBDRIVER_INCLUDES =
|
|
-DBDRIVER_LIBS =
|
|
+DBDRIVER_OBJS = pgsqldb.@O@
|
|
+DBDRIVER_SRCS = pgsqldb.c
|
|
+DBDRIVER_INCLUDES = -I../../contrib/sdb/pgsql -I${LOCALBASE}/include
|
|
+DBDRIVER_LIBS = -L${LOCALBASE}/lib -lpq
|
|
|
|
DLZ_DRIVER_DIR = ${top_srcdir}/contrib/dlz/drivers
|
|
|