diff options
Diffstat (limited to 'misc/screen/patches/patch-ak')
-rw-r--r-- | misc/screen/patches/patch-ak | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/screen/patches/patch-ak b/misc/screen/patches/patch-ak index 979cf7cc3d0..311fbdbce79 100644 --- a/misc/screen/patches/patch-ak +++ b/misc/screen/patches/patch-ak @@ -1,4 +1,4 @@ -$NetBSD: patch-ak,v 1.6 2014/08/25 20:02:32 kim Exp $ +$NetBSD: patch-ak,v 1.7 2015/02/13 04:44:40 rodent Exp $ Patch configure after configure.in (see patch-aj). @@ -8,8 +8,8 @@ crash on 64-bit architectures. Detect getutent correctly on NetBSD with utmpx. --- configure.orig 2014-04-26 10:58:46.000000000 +0000 -+++ configure 2014-08-25 18:24:13.000000000 +0000 -@@ -5017,6 +5017,8 @@ ++++ configure +@@ -5017,6 +5017,8 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -18,7 +18,7 @@ Detect getutent correctly on NetBSD with utmpx. main() { exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); -@@ -5413,9 +5415,16 @@ +@@ -5413,9 +5415,16 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ #include <time.h> /* to get time_t on SCO */ #include <sys/types.h> |