diff options
author | az <az@FreeBSD.org> | 2007-03-31 03:54:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2007-03-31 03:54:42 +0800 |
commit | 33e21cca2bd92995c4b8199df089cc0ff8cad94c (patch) | |
tree | f925a4f0a82f6bc7a7416a4ad7ab38d2aaf74bb7 /editors | |
parent | 65aa763dfe8865a921e2b5ae1686e8f31eecdeac (diff) | |
download | freebsd-ports-gnome-33e21cca2bd92995c4b8199df089cc0ff8cad94c.tar.gz freebsd-ports-gnome-33e21cca2bd92995c4b8199df089cc0ff8cad94c.tar.zst freebsd-ports-gnome-33e21cca2bd92995c4b8199df089cc0ff8cad94c.zip |
- switch no local ncurses implementation (go away from <sgtty.h>)
PR: ports/110434
Submitted by: Ed Schouten
Diffstat (limited to 'editors')
-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 ] |