diff options
author | Andrej Zverev <az@FreeBSD.org> | 2007-03-30 19:54:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2007-03-30 19:54:42 +0000 |
commit | 1670105c5daf17b6bd4357962827ca53cf471cea (patch) | |
tree | ff47cab2d56353ea307b348658b8029ab4d6db08 /editors/aee | |
parent | c8ebeef1ae356c852bf1e3be7aeec4d58f69ecc1 (diff) | |
download | freebsd-ports-1670105c5daf17b6bd4357962827ca53cf471cea.zip |
- switch no local ncurses implementation (go away from <sgtty.h>)
PR: ports/110434
Submitted by: Ed Schouten
Diffstat (limited to 'editors/aee')
-rw-r--r-- | editors/aee/files/patch-create.mk.aee | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/aee/files/patch-create.mk.aee b/editors/aee/files/patch-create.mk.aee new file mode 100644 index 000000000000..09c631f7fd67 --- /dev/null +++ b/editors/aee/files/patch-create.mk.aee @@ -0,0 +1,11 @@ +--- create.mk.aee Mon Sep 23 06:16:04 2002 ++++ create.mk.aee Sat Mar 17 10:52:41 2007 +@@ -172,7 +172,7 @@ + # make decisions about use of new_curse.c (use of new_curse is recommended + # rather than local curses) + +-if [ -n "$terminfo_exists" -a -z "$termcap_exists" ] ++if true + then + echo "Neither terminfo or termcap are on this system! " + if [ -f /usr/include/curses.h ] |