diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 08:41:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 08:41:08 +0000 |
commit | 6bd7adffaf4235f190e9fd96991e3b2ed27666b0 (patch) | |
tree | bf6ade592812f5190a62ab71730cf771c8fd9cfb /mail | |
parent | 6082ca2e05b85fdb12f2aef925cab45c43bde641 (diff) | |
download | ports-6bd7adffaf4235f190e9fd96991e3b2ed27666b0.tar.gz ports-6bd7adffaf4235f190e9fd96991e3b2ed27666b0.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/zmailer/files/patch-aa | 13 | ||||
-rw-r--r-- | mail/zmailer/files/patch-ab | 16 |
2 files changed, 23 insertions, 6 deletions
diff --git a/mail/zmailer/files/patch-aa b/mail/zmailer/files/patch-aa index 258b2486a17c..8c2b16682037 100644 --- a/mail/zmailer/files/patch-aa +++ b/mail/zmailer/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.in Mon Jul 19 15:53:39 1999 -+++ configure.in Mon Jul 19 15:54:32 1999 +--- configure.in.orig Mon Jul 19 00:38:50 1999 ++++ configure.in Sun Sep 29 01:34:20 2002 @@ -936,7 +936,7 @@ AC_SUBST(AUTHLIB) AC_CHECK_HEADERS(security/pam_appl.h shadow.h) @@ -9,3 +9,12 @@ else if test "$ac_cv_header_shadow_h" = "yes"; then AUTHLIB="-lshadow" +@@ -956,7 +956,7 @@ + AC_MSG_RESULT([%%% AIEEE! NO <netinet/in.h> HEADER ?!]) + fi + +-AC_TRY_COMPILE([#include <sys/socket.h>],[socklen_t sl = 2;], ++AC_TRY_COMPILE([#include <sys/types.h> #include <sys/socket.h>],[socklen_t sl = 2;], + AC_DEFINE(HAVE_SOCKLEN_T)) + + AC_ARG_WITH(ipv6,[ --with-ipv6 Have IPv6 in system, and want to use it], diff --git a/mail/zmailer/files/patch-ab b/mail/zmailer/files/patch-ab index 6f905021ba20..070c235965f0 100644 --- a/mail/zmailer/files/patch-ab +++ b/mail/zmailer/files/patch-ab @@ -1,5 +1,5 @@ ---- configure.orig Mon Jul 19 03:48:10 1999 -+++ configure Thu Feb 17 19:10:58 2000 +--- configure.orig Mon Jul 19 00:48:10 1999 ++++ configure Sun Sep 29 01:36:22 2002 @@ -94,6 +94,8 @@ --with-getpwnam-library=\"-L.. -l..\" Linking options for non-std getpwnam() libraries" @@ -18,7 +18,15 @@ else if test "$ac_cv_header_shadow_h" = "yes"; then AUTHLIB="-lshadow" -@@ -7847,6 +7849,9 @@ +@@ -4723,6 +4725,7 @@ + cat > conftest.$ac_ext <<EOF + #line 4725 "configure" + #include "confdefs.h" ++#include <sys/types.h> + #include <sys/socket.h> + int main() { + socklen_t sl = 2; +@@ -7847,6 +7850,9 @@ @@ -28,7 +36,7 @@ # Check whether --with-openssl-prefix or --without-openssl-prefix was given. if test "${with_openssl_prefix+set}" = set; then withval="$with_openssl_prefix" -@@ -7929,12 +7934,13 @@ +@@ -7929,12 +7935,13 @@ OPENSSLPREFIX="/usr" OPENSSLINCL="" if test -f "$OPENSSLPREFIX/lib/libssl.so" ; then |