summaryrefslogtreecommitdiff
path: root/misc/display/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 17:43:20 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 17:43:20 +0000
commit63e8450b5ecf141d1d363945aee89acc80592fa8 (patch)
tree4ab6a1360383cd13899487a438793c2b7eceb56e /misc/display/files/patch-ab
parentUpdate MASTER_SITES. (diff)
Update to version 1.1.
PR: 14921 Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>
Notes
Notes: svn path=/head/; revision=23355
Diffstat (limited to '')
-rw-r--r--misc/display/files/patch-ab31
1 files changed, 19 insertions, 12 deletions
diff --git a/misc/display/files/patch-ab b/misc/display/files/patch-ab
index 1227a1fab267..b402d35369ea 100644
--- a/misc/display/files/patch-ab
+++ b/misc/display/files/patch-ab
@@ -1,12 +1,19 @@
-*** ../display.c Fri Sep 11 21:17:39 1998
---- display.c Thu Sep 10 20:51:23 1998
-***************
-*** 67,72 ****
---- 67,73 ----
- addch(ch);
- }
- clrtoeol();
-+ clrtobot();
- refresh();
- pclose(fp);
- }
+--- Makefile.in.orig Tue Nov 16 12:44:10 1999
++++ Makefile.in Tue Nov 16 12:43:58 1999
+@@ -2,10 +2,12 @@
+ # vix 15dec86 [stolen from 'which']
+
+ # start changing
+-CFLAGS = -O
+-DEST_DIR = /usr/local/bin
+-CURSES_LIBS = -lcurses -ltermcap
+-MAN_DIR = /usr/man/man1
++prefix = @prefix@
++exec_prefix = @exec_prefix@
++CFLAGS = @CFLAGS@
++DEST_DIR = @bindir@
++CURSES_LIBS = -lncurses
++MAN_DIR = @mandir@/man1
+ MAN_SUFFIX = 1
+ SHAR_ARGS = -b -c -v
+ # stop changing