pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xemacs Terminfo issue applies to FreeBSD, too.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed58a924fb27
branches:  trunk
changeset: 363565:ed58a924fb27
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Mon Jun 12 09:34:12 2017 +0000

description:
Terminfo issue applies to FreeBSD, too.

diffstat:

 editors/xemacs/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7d699346a6d0 -r ed58a924fb27 editors/xemacs/Makefile.common
--- a/editors/xemacs/Makefile.common    Mon Jun 12 08:36:37 2017 +0000
+++ b/editors/xemacs/Makefile.common    Mon Jun 12 09:34:12 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2017/01/24 20:31:14 hauke Exp $
+# $NetBSD: Makefile.common,v 1.24 2017/06/12 09:34:12 hauke Exp $
 #
 # used by editors/xemacs-nox11/Makefile
 # used by editors/xemacs/Makefile
@@ -48,7 +48,7 @@
 # Use terminfo on NetBSD-6 and newer.
 # We cannot use terminfo.*.mk as XEmacs enforces a link to termcap,
 # but this is fine for us.
-.if (${OPSYS} == "NetBSD") && exists(/usr/include/term.h)
+.if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && exists(/usr/include/term.h)
 CPPFLAGS+=     -DTERMINFO
 .endif
 



Home | Main Index | Thread Index | Old Index