1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mail/mmr/files/patch-ac
Justin M. Seger 9bc44cdb64 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
1997-11-01 14:15:14 +00:00

15 lines
294 B
Plaintext

--- 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) */