diff options
author | Adam David <adam@FreeBSD.org> | 1998-07-23 20:45:26 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1998-07-23 20:45:26 +0000 |
commit | 8b7d03189a5e89b615612f6328fa39ba2c453e1d (patch) | |
tree | a2a62d84336bafe06389187b1cec07a5c6457cd3 | |
parent | 23e28026c3657432c4218bac9cc771016856743e (diff) | |
download | ports-8b7d03189a5e89b615612f6328fa39ba2c453e1d.tar.gz ports-8b7d03189a5e89b615612f6328fa39ba2c453e1d.zip |
Notes
-rw-r--r-- | misc/screen/files/patch-aa | 19 | ||||
-rw-r--r-- | sysutils/screen/files/patch-aa | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/misc/screen/files/patch-aa b/misc/screen/files/patch-aa index b28623063f7c..311950284aca 100644 --- a/misc/screen/files/patch-aa +++ b/misc/screen/files/patch-aa @@ -27,3 +27,22 @@ # 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" + diff --git a/sysutils/screen/files/patch-aa b/sysutils/screen/files/patch-aa index b28623063f7c..311950284aca 100644 --- a/sysutils/screen/files/patch-aa +++ b/sysutils/screen/files/patch-aa @@ -27,3 +27,22 @@ # 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" + |