From cd618181bf3ef8e50e71f3fd41f715e154486891 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 29 Jan 1998 21:35:45 +0000 Subject: workaround on failed bkgdset test --- mail/mutt/files/patch-04 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mail/mutt/files/patch-04 (limited to 'mail/mutt') diff --git a/mail/mutt/files/patch-04 b/mail/mutt/files/patch-04 new file mode 100644 index 000000000000..9a3dd7bf360d --- /dev/null +++ b/mail/mutt/files/patch-04 @@ -0,0 +1,14 @@ +*** configure.orig Tue Jan 27 12:06:22 1998 +--- configure Thu Jan 29 15:57:27 1998 +*************** +*** 1402,1407 **** +--- 1402,1410 ---- + + int main() { + ++ #ifdef __FreeBSD__ ++ #define bkgdset initscr ++ #endif + /* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ -- cgit