1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/editors/aee/files/patch-create.mk.aee
Andrej Zverev 1670105c5d - switch no local ncurses implementation (go away from <sgtty.h>)
PR:		ports/110434
Submitted by:	Ed Schouten
2007-03-30 19:54:42 +00:00

12 lines
376 B
Plaintext

--- 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 ]