summaryrefslogtreecommitdiff
path: root/security/dirmngr/patches/patch-aa
blob: 00e556bc5be29bc938404357c1cde3b2efafe95c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-aa,v 1.2 2004/11/05 22:12:17 jmmv Exp $

--- configure.orig	2004-09-28 14:37:56.000000000 +0200
+++ configure
@@ -10934,7 +10934,7 @@ else
 fi;
 if test "x$with_ldap" = "xCHECK" ; then
   with_ldap=NOTFOUND
-  search_incs="$kde_includes /usr/include /usr/local/include"
+  search_incs="${BUILDLINK_PREFIX_openldap}/include"
 
 ldap_incdir=NO
 for i in $search_incs;
@@ -10959,7 +10959,7 @@ done
     for ext in la so sl a ; do
 
 ldap_libdir=NO
-for i in /usr/lib /usr/local/lib;
+for i in ${BUILDLINK_PREFIX_openldap}/lib
 do
   for j in libldap.$ext;
   do
@@ -11290,7 +11290,7 @@ _ACEOF
 fi
 
 
-for ac_header in string.h
+for ac_header in locale.h string.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then