From c6c1a479557d67c75c83d5f82c350433b65b115a Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 23 Jan 2001 15:36:27 +0000 Subject: Fix build with curses on 1.5 (extern int *MK was making trouble). --- editors/vile/files/patch-sum | 3 ++- editors/vile/patches/patch-ac | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 editors/vile/patches/patch-ac (limited to 'editors') diff --git a/editors/vile/files/patch-sum b/editors/vile/files/patch-sum index bbecf242bcc..83cd891b5d0 100644 --- a/editors/vile/files/patch-sum +++ b/editors/vile/files/patch-sum @@ -1,4 +1,5 @@ -$NetBSD: patch-sum,v 1.2 2000/09/06 08:16:15 jlam Exp $ +$NetBSD: patch-sum,v 1.3 2001/01/23 15:36:27 wiz Exp $ MD5 (patch-aa) = ecbb9df7a9298ec0e0abbf3dc2608410 MD5 (patch-ab) = cff7a55b86e08a4418f2c9f046805144 +MD5 (patch-ac) = 24c982c151cc478b6d8244cd285c7abd diff --git a/editors/vile/patches/patch-ac b/editors/vile/patches/patch-ac new file mode 100644 index 00000000000..c1bf3068f2c --- /dev/null +++ b/editors/vile/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2001/01/23 15:36:28 wiz Exp $ + +--- tcap.h.orig Mon Feb 23 06:27:56 1998 ++++ tcap.h +@@ -14,6 +14,7 @@ + #undef TRUE + #undef FALSE + #undef WINDOW /* avoid conflict with or */ ++#undef MK /* avoid conflict with */ + + #if NEED_CURSES_H + # if HAVE_NCURSES_H -- cgit v1.2.3