diff options
author | ache <ache@FreeBSD.org> | 1998-01-30 05:35:45 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-01-30 05:35:45 +0800 |
commit | cd618181bf3ef8e50e71f3fd41f715e154486891 (patch) | |
tree | 876b8f4040e47861182a00df0b8dfb93acaf64b9 /mail/mutt14 | |
parent | d35f977f9133e786ac1befe586486130cfbd2a8e (diff) | |
download | freebsd-ports-gnome-cd618181bf3ef8e50e71f3fd41f715e154486891.tar.gz freebsd-ports-gnome-cd618181bf3ef8e50e71f3fd41f715e154486891.tar.zst freebsd-ports-gnome-cd618181bf3ef8e50e71f3fd41f715e154486891.zip |
workaround on failed bkgdset test
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/files/patch-04 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/mutt14/files/patch-04 b/mail/mutt14/files/patch-04 new file mode 100644 index 000000000000..9a3dd7bf360d --- /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. */ |