summaryrefslogtreecommitdiff
path: root/mail/fetchmail/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'mail/fetchmail/patches/patch-ac')
-rw-r--r--mail/fetchmail/patches/patch-ac22
1 files changed, 18 insertions, 4 deletions
diff --git a/mail/fetchmail/patches/patch-ac b/mail/fetchmail/patches/patch-ac
index 15145e60bfc..0fa655e97f5 100644
--- a/mail/fetchmail/patches/patch-ac
+++ b/mail/fetchmail/patches/patch-ac
@@ -1,8 +1,22 @@
-$NetBSD: patch-ac,v 1.4 1999/02/02 14:12:26 frueauf Exp $
+$NetBSD: patch-ac,v 1.5 1999/07/07 23:28:13 itojun Exp $
---- configure.in.orig Sun Jan 31 01:17:37 1999
-+++ configure.in Tue Feb 2 14:40:01 1999
-@@ -398,7 +398,7 @@
+--- configure.in.orig Sat Jun 12 15:57:57 1999
++++ configure.in Wed Jul 7 08:46:29 1999
+@@ -276,10 +276,9 @@
+
+ AC_ARG_ENABLE(inet6,
+ [ --enable-inet6 support IPv6 (requires the inet6-apps library)],
+- [ unset ac_cv_lib_inet6_getaddrinfo; AC_CHECK_LIB(inet6, getaddrinfo,,
+- [ unset ac_cv_lib_inet6_getaddrinfo; LDFLAGS="$LDFLAGS -L/usr/inet6/lib"; AC_CHECK_LIB(inet6, getaddrinfo,,
+- [ echo 'configure: cannot find libinet6, which is required for IPv6 support.'; exit 1]) ])
+- AC_DEFINE(INET6, 1) ])
++ [ AC_CHECK_FUNCS(getaddrinfo,
++ [AC_DEFINE(INET6, 1)],
++ [echo 'configure: cannot find getaddrinfo which is required for inet6 support.'; exit 1]) ])
+
+ AC_ARG_ENABLE(netsec,
+ [ --enable-netsec support network security (requires inet6-apps library)],
+@@ -403,7 +402,7 @@
LDEFLAGS="$LDEFLAGS -L$with_hesiod/lib"
LIBS="$LIBS -lhesiod"
else