aboutsummaryrefslogtreecommitdiff
path: root/editors/aee
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2007-03-30 19:54:42 +0000
committerAndrej Zverev <az@FreeBSD.org>2007-03-30 19:54:42 +0000
commit1670105c5daf17b6bd4357962827ca53cf471cea (patch)
treeff47cab2d56353ea307b348658b8029ab4d6db08 /editors/aee
parentc8ebeef1ae356c852bf1e3be7aeec4d58f69ecc1 (diff)
downloadports-1670105c5daf17b6bd4357962827ca53cf471cea.tar.gz
ports-1670105c5daf17b6bd4357962827ca53cf471cea.zip
- switch no local ncurses implementation (go away from <sgtty.h>)
PR: ports/110434 Submitted by: Ed Schouten
Notes
Notes: svn path=/head/; revision=188837
Diffstat (limited to 'editors/aee')
-rw-r--r--editors/aee/files/patch-create.mk.aee11
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 ]