pkgsrc/sysutils/radmind/patches/patch-config.h.in
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

15 lines
317 B
C

$NetBSD: patch-config.h.in,v 1.1 2014/01/08 11:54:04 hauke Exp $
--- config.h.in.orig 2010-12-13 03:42:49.000000000 +0000
+++ config.h.in
@@ -1,6 +1,9 @@
-/* Size of off_T */
+/* Size of off_t */
#undef SIZEOF_OFF_T
+/* Size of time_t */
+#undef SIZEOF_TIME_T
+
/* Version number of package */
#undef VERSION