Module Name:    src
Committed By:   christos
Date:           Sun May 15 21:35:58 UTC 2011

Modified Files:
        src/external/mit/xorg/bin/xterm/resize: Makefile

Log Message:
Add HAVE_TERMCAP_H


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xterm/resize/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/xterm/resize/Makefile
diff -u src/external/mit/xorg/bin/xterm/resize/Makefile:1.2 src/external/mit/xorg/bin/xterm/resize/Makefile:1.3
--- src/external/mit/xorg/bin/xterm/resize/Makefile:1.2	Wed Jun 30 00:58:42 2010
+++ src/external/mit/xorg/bin/xterm/resize/Makefile	Sun May 15 17:35:58 2011
@@ -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}
 

Reply via email to