summaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-aa
blob: 311950284acadb1d2d7c1ef401a5ee2c2ce23693 (plain) (blame)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
*** 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."
*** configure.old	Fri May  2 07:37:26 1997
--- configure	Thu Jul 23 13:39:45 1998
***************
*** 2327,2333 ****
  
  test -n "$silent" || echo "checking for crypt and sec libraries"
  test -f /lib/libcrypt_d.a || test -f /usr/lib/libcrypt_d.a && LIBS="$LIBS -lcrypt_d"
! test -f /lib/libcrypt.a || test -f /usr/lib/libcrypt.a && LIBS="$LIBS -lcrypt"
  test -f /lib/libsec.a || test -f /usr/lib/libsec.a && LIBS="$LIBS -lsec"
  test -f /lib/libshadow.a || test -f /usr/lib/libshadow.a && LIBS="$LIBS -lshadow"
  
--- 2327,2333 ----
  
  test -n "$silent" || echo "checking for crypt and sec libraries"
  test -f /lib/libcrypt_d.a || test -f /usr/lib/libcrypt_d.a && LIBS="$LIBS -lcrypt_d"
! test -f /lib/libcrypt.a || test -f /usr/lib/libcrypt.a || test -f /usr/lib/aout/libcrypt.a && LIBS="$LIBS -lcrypt"
  test -f /lib/libsec.a || test -f /usr/lib/libsec.a && LIBS="$LIBS -lsec"
  test -f /lib/libshadow.a || test -f /usr/lib/libshadow.a && LIBS="$LIBS -lshadow"