diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /sysutils/screen/files/patch-aa | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Diffstat (limited to 'sysutils/screen/files/patch-aa')
-rw-r--r-- | sysutils/screen/files/patch-aa | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/sysutils/screen/files/patch-aa b/sysutils/screen/files/patch-aa deleted file mode 100644 index 311950284aca..000000000000 --- a/sysutils/screen/files/patch-aa +++ /dev/null @@ -1,48 +0,0 @@ -*** 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" - |