summaryrefslogtreecommitdiff
path: root/mail/mmr/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mmr/files/patch-ac')
-rw-r--r--mail/mmr/files/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/mmr/files/patch-ac b/mail/mmr/files/patch-ac
deleted file mode 100644
index f1fcf7b91417..000000000000
--- a/mail/mmr/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
---- terminal.h Mon Jun 23 21:49:40 1997
-+++ /home/andy/tmp/wrk/terminal.h Tue Apr 27 18:06:25 1999
-@@ -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) */