summaryrefslogtreecommitdiff
path: root/mail/mmr/files/patch-ac
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-10 22:04:32 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-10 22:04:32 +0000
commit0c25fde6e73614a7d2dd793cd71e2cb379839061 (patch)
tree05bcc0f958d7413285afc2069611a02a2444149c /mail/mmr/files/patch-ac
parentTruthTable is a truth table generator that does the dirty work for you. (diff)
Update to version 1.6.0
PR: ports/100034 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to '')
-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) */