summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-01-29 21:35:45 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-01-29 21:35:45 +0000
commitc74c31c1d38fe7db5abc8fc05ba3605385ebe7c4 (patch)
tree2fd3dd5d4b6f7512d5d83732e0397ef75c8452d6 /mail/mutt-devel
parentUpgrade 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-0414
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. */