aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-01-30 05:35:45 +0800
committerache <ache@FreeBSD.org>1998-01-30 05:35:45 +0800
commitcd618181bf3ef8e50e71f3fd41f715e154486891 (patch)
tree876b8f4040e47861182a00df0b8dfb93acaf64b9 /mail/mutt
parentd35f977f9133e786ac1befe586486130cfbd2a8e (diff)
downloadfreebsd-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/mutt')
-rw-r--r--mail/mutt/files/patch-0414
1 files changed, 14 insertions, 0 deletions
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. */