diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:04:32 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:04:32 +0000 |
commit | 0c25fde6e73614a7d2dd793cd71e2cb379839061 (patch) | |
tree | 05bcc0f958d7413285afc2069611a02a2444149c /mail/mmr/files/patch-ac | |
parent | TruthTable 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-ac | 14 |
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) */ |