Like a bunch of other applications, aee uses <sgtty.h> during compilation. We don't want that, because that means we have to use COMPAT_43TTY. The application has its own mini-curses implementation, but we'd better use the system's ncurses library, just like we do with ee(1).
Responsible Changed From-To: freebsd-ports-bugs->az Over to maintainer
az 2007-03-30 19:54:43 UTC FreeBSD ports repository Added files: editors/aee/files patch-create.mk.aee Log: - switch no local ncurses implementation (go away from <sgtty.h>) PR: ports/110434 Submitted by: Ed Schouten Revision Changes Path 1.1 +11 -0 ports/editors/aee/files/patch-create.mk.aee (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!