8716dbea59
time_t on NetBSD 6+. The configure patch had to be generated with autoconf downgraded to 2.61 - leave it to autohell to ruin your day... While we are here, shake, rattle & roll the patches. The resulting gyrations finally fix PR pkg/46555
12 lines
319 B
Text
12 lines
319 B
Text
$NetBSD: patch-configure.ac,v 1.1 2014/01/08 11:54:04 hauke Exp $
|
|
|
|
--- configure.ac.orig 2010-12-13 03:43:38.000000000 +0000
|
|
+++ configure.ac
|
|
@@ -44,6 +44,7 @@ AC_SYS_LARGEFILE
|
|
|
|
# Check sizes
|
|
AC_CHECK_SIZEOF(off_t)
|
|
+AC_CHECK_SIZEOF(time_t)
|
|
|
|
# Checks for libraries.
|
|
AC_CHECK_LIB(c, inet_aton, libc_inet_aton=yes)
|