summaryrefslogtreecommitdiff
path: root/misc/screen/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/screen/patches/patch-aa')
-rw-r--r--misc/screen/patches/patch-aa48
1 files changed, 19 insertions, 29 deletions
diff --git a/misc/screen/patches/patch-aa b/misc/screen/patches/patch-aa
index b28623063f7..f3eb3b952a2 100644
--- a/misc/screen/patches/patch-aa
+++ b/misc/screen/patches/patch-aa
@@ -1,29 +1,19 @@
-*** Makefile.in.bak Mon Jan 16 17:59:20 1995
---- Makefile.in Wed Jan 18 04:13:40 1995
-***************
-*** 20,26 ****
- ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
-
- CC = @CC@
-- CFLAGS = -O
- LDFLAGS =
- LIBS = @LIBS@
-
---- 20,25 ----
-***************
-*** 79,85 ****
-
- install: install_bin
- cd doc ; $(MAKE) install
-! -tic ${srcdir}/terminfo/screeninfo.src
- # Better do this by hand. E.g. under RCS...
- # cat ${srcdir}/terminfo/screencap >> /etc/termcap
- @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."
---- 78,84 ----
-
- install: install_bin
- cd doc ; $(MAKE) install
-! # -tic ${srcdir}/terminfo/screeninfo.src
- # Better do this by hand. E.g. under RCS...
- # cat ${srcdir}/terminfo/screencap >> /etc/termcap
- @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."
+--- Makefile.in Mon Jun 23 17:05:42 1997
++++ Makefile.in Mon Nov 3 00:06:51 1997
+@@ -20,7 +20,6 @@
+ ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
+
+ CC = @CC@
+-CFLAGS = -O
+ LDFLAGS =
+ LIBS = @LIBS@
+
+@@ -79,7 +78,7 @@
+
+ install: installdirs install_bin
+ cd doc ; $(MAKE) install
+- -tic ${srcdir}/terminfo/screeninfo.src
++# -tic ${srcdir}/terminfo/screeninfo.src
+ # Better do this by hand. E.g. under RCS...
+ # cat ${srcdir}/terminfo/screencap >> /etc/termcap
+ @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."