diff options
author | mat <mat@FreeBSD.org> | 2015-10-08 20:14:41 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-08 20:14:41 +0800 |
commit | 253668088785b1ee835e28b24fee7fb79e8a5e09 (patch) | |
tree | 31ffd19b008c2f374e5afa4c372966198762da0b /dns/bind910 | |
parent | 9d2bd666f4f9df2ffc39249b800fc65fe30e1879 (diff) | |
download | freebsd-ports-gnome-253668088785b1ee835e28b24fee7fb79e8a5e09.tar.gz freebsd-ports-gnome-253668088785b1ee835e28b24fee7fb79e8a5e09.tar.zst freebsd-ports-gnome-253668088785b1ee835e28b24fee7fb79e8a5e09.zip |
Fix build WITH=DLZ_BDB.
PR: 201715
Sponsored by: Absolight
Diffstat (limited to 'dns/bind910')
-rw-r--r-- | dns/bind910/files/patch-configure | 21 |
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 |