diff options
| author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-02-14 21:38:40 +0000 |
|---|---|---|
| committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-02-14 21:38:40 +0000 |
| commit | 899eaa08bc042c56ebd56b2b235588976bde76ef (patch) | |
| tree | 973e0cfe2fea80a547d38f38da40fcc55657b92d /mail/anubis/files/patch-src__headers.h | |
| parent | - Update to 0.85 (diff) | |
- Update to 4.1.1
- Pass maintainership to submitter
- Remove MD5 checksum
- Mark MAKE_JOBS_UNSAFE
- Add LICENSE
PR: ports/154641
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Notes
Notes:
svn path=/head/; revision=269161
Diffstat (limited to 'mail/anubis/files/patch-src__headers.h')
| -rw-r--r-- | mail/anubis/files/patch-src__headers.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/anubis/files/patch-src__headers.h b/mail/anubis/files/patch-src__headers.h new file mode 100644 index 000000000000..3e835d0ce897 --- /dev/null +++ b/mail/anubis/files/patch-src__headers.h @@ -0,0 +1,27 @@ +--- ./src/headers.h.orig 2008-12-16 11:21:54.000000000 -0500 ++++ ./src/headers.h 2011-02-09 20:52:34.000000000 -0500 +@@ -51,11 +51,11 @@ + # else + # error POSIX Regular Expressions are required! + # endif /* HAVE_REGEX_H and HAVE_REGCOMP */ +-# if defined(HAVE_LIBPAM) && defined(HAVE_LIBPAM_MISC) +-# if defined(HAVE_SECURITY_PAM_APPL_H) && defined(HAVE_SECURITY_PAM_MISC_H) ++# if defined(HAVE_LIBPAM) ++# if defined(HAVE_SECURITY_PAM_APPL_H) && defined(HAVE_SECURITY_OPENPAM_H) + # define HAVE_PAM +-# endif /* HAVE_SECURITY_PAM_APPL_H and HAVE_SECURITY_PAM_MISC_H */ +-# endif /* HAVE_LIBPAM and HAVE_LIBPAM_MISC */ ++# endif /* HAVE_SECURITY_PAM_APPL_H and HAVE_SECURITY_OPENPAM_H */ ++# endif /* HAVE_LIBPAM */ + # if defined(HAVE_LIBWRAP) && defined(HAVE_TCPD_H) + # define USE_LIBWRAP + # endif /* HAVE_LIBWRAP and HAVE_TCPD_H */ +@@ -121,7 +121,7 @@ + + #ifdef HAVE_PAM + # include <security/pam_appl.h> +-# include <security/pam_misc.h> ++# include <security/openpam.h> + #endif /* HAVE_PAM */ + + #if defined(WITH_GSASL) |
