summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/screen/screen/0002-comm.h-now-depends-on-term.h.patch
blob: a01dc24751120112bb8201506aca9362ac26840d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Upstream-Status: Backport

Backport from:

http://git.savannah.gnu.org/cgit/screen.git/commit/?id=39c5f1c

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
From 39c5f1c76f1fcef4b5958bf828a63f53426b6984 Mon Sep 17 00:00:00 2001
From: Mike Gerwitz <mike@mikegerwitz.com>
Date: Tue, 24 Dec 2013 22:16:31 -0500
Subject: [PATCH] comm.h now depends on term.h

---
 src/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: screen-4.6.1/Makefile.in
===================================================================
--- screen-4.6.1.orig/Makefile.in
+++ screen-4.6.1/Makefile.in
@@ -133,7 +133,7 @@ kmapdef.c: term.h
 tty.c:	tty.sh 
 	sh $(srcdir)/tty.sh tty.c
 
-comm.h: comm.c comm.sh config.h
+comm.h: comm.c comm.sh config.h term.h
 	AWK=$(AWK) CC="$(CC) $(CFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh
 
 osdef.h: osdef.sh config.h osdef.h.in