diff options
Diffstat (limited to 'mail/opensmtpd/patches/patch-configure.ac')
-rw-r--r-- | mail/opensmtpd/patches/patch-configure.ac | 12 |
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 \ |