summaryrefslogtreecommitdiff
path: root/mail/mmr/files/patch-ac
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-11-01 14:15:14 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-11-01 14:15:14 +0000
commit9bc44cdb645b2518becb6088b1f4a6fd6aa4e5c0 (patch)
tree4d6f1f65bb29678ec196d22109bd9d3b1b82e3bc /mail/mmr/files/patch-ac
parentUpdate from Mesa-2.2 to Mesa-2.4. No longer include the demos because they are (diff)
Import of port for mmr 1.5.1
"My Mailer" is an incarnation of a UNIX text-based mailer designed to be an intermediate step between mail and pine. PR: ports/4831 Submitted by: andy@icc.surw.chel.su
Diffstat (limited to '')
-rw-r--r--mail/mmr/files/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/mmr/files/patch-ac b/mail/mmr/files/patch-ac
new file mode 100644
index 000000000000..f8e63a5f10e6
--- /dev/null
+++ b/mail/mmr/files/patch-ac
@@ -0,0 +1,14 @@
+--- terminal.h.orig Mon Jun 23 13:49:40 1997
++++ terminal.h Sat Nov 1 08:55:42 1997
+@@ -13,7 +13,11 @@
+ extern "C" {
+ #include <stdlib.h>
+ #include <stdarg.h>
++#ifdef __FreeBSD__
++#include <ncurses.h>
++#else
+ #include <curses.h>
++#endif
+ }
+
+ /* Note that screen coordinates start at (1,1) */