diff options
author | ache <ache@FreeBSD.org> | 1998-01-29 21:35:45 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-01-29 21:35:45 +0000 |
commit | cd618181bf3ef8e50e71f3fd41f715e154486891 (patch) | |
tree | 876b8f4040e47861182a00df0b8dfb93acaf64b9 /mail | |
parent | d35f977f9133e786ac1befe586486130cfbd2a8e (diff) | |
download | FreeBSD-ports-cd618181bf3ef8e50e71f3fd41f715e154486891.zip FreeBSD-ports-cd618181bf3ef8e50e71f3fd41f715e154486891.tar.gz |
workaround on failed bkgdset test
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/files/patch-04 | 14 | ||||
-rw-r--r-- | mail/mutt/files/patch-04 | 14 | ||||
-rw-r--r-- | mail/mutt14/files/patch-04 | 14 |
3 files changed, 42 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/patch-04 b/mail/mutt-devel/files/patch-04 new file mode 100644 index 0000000..9a3dd7b --- /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. */ diff --git a/mail/mutt/files/patch-04 b/mail/mutt/files/patch-04 new file mode 100644 index 0000000..9a3dd7b --- /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. */ diff --git a/mail/mutt14/files/patch-04 b/mail/mutt14/files/patch-04 new file mode 100644 index 0000000..9a3dd7b --- /dev/null +++ b/mail/mutt14/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. */ |