diff options
author | fenner <fenner@FreeBSD.org> | 1999-09-09 06:31:05 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-09-09 06:31:05 +0800 |
commit | 635fdd7867f42faa79dc9739a1669963a8f30906 (patch) | |
tree | 2ca00c072950dd17bd6d56d0776bac32b974da60 /sysutils/screen/files | |
parent | 9fb44109e4b7406275130f90e5611e0c1ddb53e7 (diff) | |
download | freebsd-ports-gnome-635fdd7867f42faa79dc9739a1669963a8f30906.tar.gz freebsd-ports-gnome-635fdd7867f42faa79dc9739a1669963a8f30906.tar.zst freebsd-ports-gnome-635fdd7867f42faa79dc9739a1669963a8f30906.zip |
Update to screen 3.9.5
PR: ports/13641
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
Diffstat (limited to 'sysutils/screen/files')
-rw-r--r-- | sysutils/screen/files/patch-aa | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sysutils/screen/files/patch-aa b/sysutils/screen/files/patch-aa index 311950284aca..907b8fb6d938 100644 --- a/sysutils/screen/files/patch-aa +++ b/sysutils/screen/files/patch-aa @@ -10,39 +10,3 @@ 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" - |