From 68322422c63c9560e6c264db7bd7809b80941cd9 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Wed, 1 Sep 2004 16:23:29 +0000 Subject: Update to 3.0.6. Submitted by: maintainer --- net/samba3/files/patch-configure.in | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'net/samba3/files/patch-configure.in') diff --git a/net/samba3/files/patch-configure.in b/net/samba3/files/patch-configure.in index 9f38d6ecbfb6..1b8afc674007 100644 --- a/net/samba3/files/patch-configure.in +++ b/net/samba3/files/patch-configure.in @@ -1,6 +1,6 @@ ---- configure.in.orig Thu Apr 29 09:34:48 2004 -+++ configure.in Thu May 20 14:16:15 2004 -@@ -803,6 +803,13 @@ +--- configure.in.orig Fri Aug 6 23:38:21 2004 ++++ configure.in Wed Sep 1 03:03:48 2004 +@@ -810,6 +810,13 @@ AC_DEFINE(HAVE_SIG_ATOMIC_T_TYPE,1,[Whether we have the atomic_t variable type]) fi @@ -14,3 +14,21 @@ # stupid headers have the functions but no declaration. grrrr. AC_HAVE_DECL(errno, [#include ]) AC_HAVE_DECL(setresuid, [#include ]) +@@ -3870,7 +3877,7 @@ + AC_DEFINE(HAVE_TRU64_ACLS,1,[Whether Tru64 ACLs are available]) + ACL_LIBS="$ACL_LIBS -lpacl" + ;; +- *freebsd5*) ++ *freebsd[[5-9]]*) + AC_MSG_RESULT(Using FreeBSD posix ACLs) + AC_DEFINE(HAVE_POSIX_ACLS,1,[Whether FreeBSD POSIX ACLs are available]) + AC_DEFINE(HAVE_ACL_GET_PERM_NP,1,[Whether acl_get_perm_np() is available]) +@@ -4189,7 +4196,7 @@ + *linux*) + WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_linux.o" + ;; +- *freebsd5*) ++ *freebsd[[5-9]]*) + # FreeBSD winbind client is implemented as a wrapper around + # the Linux version. + WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o \ -- cgit v1.2.3