From 9bc44cdb645b2518becb6088b1f4a6fd6aa4e5c0 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sat, 1 Nov 1997 14:15:14 +0000 Subject: 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 --- mail/mmr/files/patch-ac | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mail/mmr/files/patch-ac (limited to 'mail/mmr/files/patch-ac') 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 + #include ++#ifdef __FreeBSD__ ++#include ++#else + #include ++#endif + } + + /* Note that screen coordinates start at (1,1) */ -- cgit v1.2.3