pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/dirmngr/patches Adding patch missed on initia...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a62e81fcd9d
branches:  trunk
changeset: 482275:0a62e81fcd9d
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Sat Oct 23 15:02:32 2004 +0000

description:
Adding patch missed on initial import

diffstat:

 security/dirmngr/patches/patch-aa |  32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 491dcc64b8a1 -r 0a62e81fcd9d security/dirmngr/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/dirmngr/patches/patch-aa Sat Oct 23 15:02:32 2004 +0000
@@ -0,0 +1,32 @@
+$NetBSD: patch-aa,v 1.1 2004/10/23 15:02:32 shannonjr Exp $
+
+--- configure.ac.orig  2004-09-28 06:20:54.000000000 -0600
++++ configure.ac
+@@ -201,7 +201,7 @@ AC_ARG_WITH(ldap,
+ 
+ if test "x$with_ldap" = "xCHECK" ; then
+   with_ldap=NOTFOUND
+-  search_incs="$kde_includes /usr/include /usr/local/include"
++  search_incs="$kde_includes /usr/include $LOCALBASE/include"
+   AC_FIND_FILE(ldap.h, $search_incs, ldap_incdir)
+   if test -r $ldap_incdir/ldap.h ; then
+     test "x$ldap_incdir" != "x/usr/include" && LDAP_INCS="-I$ldap_incdir"
+@@ -210,7 +210,7 @@ if test "x$with_ldap" = "xCHECK" ; then
+   if test $with_ldap = FOUND ; then
+     with_ldap=NOTFOUND
+     for ext in la so sl a ; do
+-      AC_FIND_FILE(libldap.$ext, /usr/lib /usr/local/lib,
++      AC_FIND_FILE(libldap.$ext, /usr/lib $LOCALBASE/lib,
+         ldap_libdir)
+       if test -r $ldap_libdir/libldap.$ext ; then
+         if test "x$ldap_libdir" != "x/usr/lib" ; then
+@@ -293,7 +293,8 @@ AC_SUBST(LDAP_SUBDIR)
+ 
+ # Checks for header files.
+ AC_HEADER_STDC
+-AC_CHECK_HEADERS([string.h])
++AC_CHECK_HEADERS([locale.h string.h])
++
+ 
+ 
+ # Checks for typedefs, structures, and compiler characteristics.



Home | Main Index | Thread Index | Old Index