diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-29 21:35:45 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-29 21:35:45 +0000 |
commit | c74c31c1d38fe7db5abc8fc05ba3605385ebe7c4 (patch) | |
tree | 2fd3dd5d4b6f7512d5d83732e0397ef75c8452d6 /mail/mutt-devel | |
parent | Upgrade to chimera-1.70p0. (diff) |
workaround on failed bkgdset test
Notes
Notes:
svn path=/head/; revision=9518
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/files/patch-04 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/patch-04 b/mail/mutt-devel/files/patch-04 new file mode 100644 index 000000000000..9a3dd7bf360d --- /dev/null +++ b/mail/mutt-devel/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. */ |