Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/xterm Define "HAVE_TERMCAP_H" to fix b...



details:   https://anonhg.NetBSD.org/src/rev/d4dc608a573f
branches:  trunk
changeset: 751450:d4dc608a573f
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Feb 04 13:22:34 2010 +0000

description:
Define "HAVE_TERMCAP_H" to fix build with the new terminfo library.

diffstat:

 external/mit/xorg/bin/xterm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bdb2e0e40e3a -r d4dc608a573f external/mit/xorg/bin/xterm/Makefile
--- a/external/mit/xorg/bin/xterm/Makefile      Thu Feb 04 13:07:55 2010 +0000
+++ b/external/mit/xorg/bin/xterm/Makefile      Thu Feb 04 13:22:34 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2010/02/03 15:34:38 roy Exp $
+#      $NetBSD: Makefile,v 1.6 2010/02/04 13:22:34 tron Exp $
 
 .include <bsd.own.mk>
 
@@ -13,7 +13,7 @@
                -I${DESTDIR}${X11INCDIR}/freetype2 \
                -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS \
                -DXRENDERFONT -DXFREE86_FT2 -DOPT_PASTE64 \
-               -DPROJECTROOT=${X11ROOTDIR}
+               -DPROJECTROOT=${X11ROOTDIR} -DHAVE_TERMCAP_H
 
 CPPFLAGS.main.c=-DUTMP -DUSE_TTY_GROUP ${X11FLAGS.VERSION}
 



Home | Main Index | Thread Index | Old Index