Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2000 02:10:08 -0800 (PST)
From:      "Tomoyuki Kano" <tomo@kuma-soft.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/17496: /usr/ports/editors/emacs termcap problem
Message-ID:  <200003271010.CAA14950@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17496; it has been noted by GNATS.

From: "Tomoyuki Kano" <tomo@kuma-soft.com>
To: <freebsd-gnats-submit@FreeBSD.org>, <baram@HOME.NET>
Cc:  
Subject: Re: ports/17496: /usr/ports/editors/emacs termcap problem
Date: Mon, 27 Mar 2000 19:03:58 +0900

 To fix termcap problem:
 
 1. emacs CANNOT use libtermcap.a (libncurses.a) of FreeBSD-4.0.
 
 2. Use following "quick dirty" patch 
 
 --- work/emacs-20.6/src/s/freebsd.h~    Mon Mar 27 13:41:49 2000
 +++ work/emacs-20.6/src/s/freebsd.h     Mon Mar 27 13:43:37 2000
 @@ -43,7 +43,9 @@
 
  #define LIBS_DEBUG
  #define LIBS_SYSTEM -lutil
 +#if __FreeBSD_version < 400000
  #define LIBS_TERMCAP -ltermcap
 +#endif
 
  /* Use XPG4 Library for FreeBSD */
  #if __FreeBSD_version >= 220000
 
 Tomoyuki, Kano
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003271010.CAA14950>