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/resize Add HAVE_TERMCAP_H



details:   https://anonhg.NetBSD.org/src/rev/c1695cf79b77
branches:  trunk
changeset: 765011:c1695cf79b77
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 15 21:35:58 2011 +0000

description:
Add HAVE_TERMCAP_H

diffstat:

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

diffs (17 lines):

diff -r ce734aa35871 -r c1695cf79b77 external/mit/xorg/bin/xterm/resize/Makefile
--- a/external/mit/xorg/bin/xterm/resize/Makefile       Sun May 15 21:32:47 2011 +0000
+++ b/external/mit/xorg/bin/xterm/resize/Makefile       Sun May 15 21:35:58 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/06/30 04:58:42 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2011/05/15 21:35:58 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -6,6 +6,7 @@
 SRCS=  resize.c xstrings.c
 
 CPPFLAGS+=-I${X11SRCDIR.xterm}
+CPPFLAGS+=-DHAVE_TERMCAP_H
 
 .PATH: ${X11SRCDIR.xterm}
 



Home | Main Index | Thread Index | Old Index