Summary: | [PATCH] Emacs scrambles the screen on the console | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kevin Street <street> | ||||
Component: | Individual Port(s) | Assignee: | taoka | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Kevin Street
1999-10-31 00:30:00 UTC
Responsible Changed From-To: freebsd-ports->jseger Proposed patch has been tested by several people (including yours truly) and found to work as advertised. Over to maintainer. From: Kevin Street <street@iname.com> Subject: ports/14615: Emacs scrambles the screen on the console Date: Sat, 30 Oct 1999 19:27:51 -0400 (EDT) > Note: similar patches are likely needed for the other emacs ports. Patch for editors/mule-common and editors/emacs20-dl. It's good. This is patches/patch-za. --- src/s/freebsd.h.orig Sun Oct 31 15:51:09 1999 +++ src/s/freebsd.h Sun Oct 31 15:52:57 1999 @@ -43,7 +43,11 @@ #define LIBS_DEBUG #define LIBS_SYSTEM -lutil -lcrypt -lxpg4 -#define LIBS_TERMCAP -ltermcap + +#ifdef HAVE_LIBNCURSES +#define TERMINFO +#define LIBS_TERMCAP -lncurses +#endif #define SYSV_SYSTEM_DIR ---- Kentaro Inagaki Responsible Changed From-To: jseger->taoka Fix committed for emacs20, thanks. Turned over to mule MAINTAINER for fixing the same bug with mule ports. State Changed From-To: open->closed Committed the patch for editors/mule-common, thanks! |