aboutsummaryrefslogtreecommitdiff
path: root/dns/bind910
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-10-08 12:14:41 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-10-08 12:14:41 +0000
commitb43773d4fd72f8a89ea64e3e9a0ff29e4edd75c5 (patch)
tree31ffd19b008c2f374e5afa4c372966198762da0b /dns/bind910
parent3d33d2955a8dddb3575c1482e5611dfce5f98e93 (diff)
downloadports-b43773d4fd72f8a89ea64e3e9a0ff29e4edd75c5.tar.gz
ports-b43773d4fd72f8a89ea64e3e9a0ff29e4edd75c5.zip
Fix build WITH=DLZ_BDB.
PR: 201715 Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=398817
Diffstat (limited to 'dns/bind910')
-rw-r--r--dns/bind910/files/patch-configure21
1 files changed, 15 insertions, 6 deletions
diff --git a/dns/bind910/files/patch-configure b/dns/bind910/files/patch-configure
index 22c76881d022..80d104101a73 100644
--- a/dns/bind910/files/patch-configure
+++ b/dns/bind910/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2015-09-09 11:23:40.000000000 +0900
-+++ configure 2015-09-19 03:52:05.021434000 +0900
-@@ -14100,27 +14100,9 @@
+--- configure.orig 2015-09-09 02:23:40 UTC
++++ configure
+@@ -14100,27 +14100,9 @@ done
# problems start to show up.
saved_libs="$LIBS"
for TRY_LIBS in \
@@ -30,10 +30,10 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5
$as_echo_n "checking linking as $TRY_LIBS... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-@@ -14163,47 +14145,7 @@
+@@ -14163,47 +14145,7 @@ $as_echo "no" >&6; } ;;
no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
esac
-
+
- #
- # XXXDCL Major kludge. Tries to cope with KTH in /usr/lib
- # but MIT in /usr/local/lib and trying to build with KTH.
@@ -77,5 +77,14 @@
- DST_GSSAPI_INC="-I$use_gssapi/include"
+ DST_GSSAPI_INC="$($KRB5CONFIG gssapi --cflags)"
DNS_GSSAPI_LIBS="$LIBS"
-
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
+@@ -21451,7 +21393,7 @@ $as_echo "" >&6; }
+ # Check other locations for includes.
+ # Order is important (sigh).
+
+- bdb_incdirs="/db53 /db51 /db48 /db47 /db46 /db45 /db44 /db43 /db42 /db41 /db4 /db"
++ bdb_incdirs="/db6 /db5 /db48"
+ # include a blank element first
+ for d in "" $bdb_incdirs
+ do