pkgsrc/sysutils/radmind/patches/patch-configure.ac
hauke 8716dbea59 Back-port and complete the fixes from radmind HEAD to support 64 bit
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
2014-01-08 11:54:04 +00:00

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)