summaryrefslogtreecommitdiff
path: root/mail/opensmtpd/patches/patch-configure.ac
diff options
context:
space:
mode:
authormef <mef>2016-05-01 05:56:40 +0000
committermef <mef>2016-05-01 05:56:40 +0000
commit2e961d01eb0e2671b542ceec7664ab54ffe823a5 (patch)
tree5a1314a061f34b45bc3ef9f9490956a6ade3a140 /mail/opensmtpd/patches/patch-configure.ac
parentc1e5294a61c2817550d2fe5ebc75f16ce0f6afcb (diff)
downloadpkgsrc-2e961d01eb0e2671b542ceec7664ab54ffe823a5.tar.gz
Updated to mail/opensmtpd-5.7.3p2 (from 5.3.3p1)
- Based on PR pkg/51107 by ISIHARA Takanori ------------------------------------------------ Announce: #OpenSMTPD 5.7.3p2 released - fixes crash when used with #OpenSSL 1.0.2f - portable only
Diffstat (limited to 'mail/opensmtpd/patches/patch-configure.ac')
-rw-r--r--mail/opensmtpd/patches/patch-configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/opensmtpd/patches/patch-configure.ac b/mail/opensmtpd/patches/patch-configure.ac
index 04f8f7e1508..c10552f9f29 100644
--- a/mail/opensmtpd/patches/patch-configure.ac
+++ b/mail/opensmtpd/patches/patch-configure.ac
@@ -1,14 +1,14 @@
-$NetBSD: patch-configure.ac,v 1.1 2013/11/18 22:50:01 pettai Exp $
+$NetBSD: patch-configure.ac,v 1.2 2016/05/01 05:56:40 mef Exp $
-Add sys/statvfs for NetBSD
+Add sys/statvfs for NetBSD.
---- configure.ac.orig 2013-05-16 15:19:59.000000000 +0000
+--- configure.ac.orig 2016-02-02 07:40:06.000000000 +0000
+++ configure.ac
-@@ -261,6 +261,7 @@ AC_CHECK_HEADERS([ \
+@@ -338,6 +338,7 @@ AC_CHECK_HEADERS([ \
sys/ndir.h \
sys/pstat.h \
sys/statfs.h \
+ sys/statvfs.h \
+ sys/time.h \
sys/un.h \
- ucred.h \
- util.h \
+ time.h \