1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/sudo/files/patch-aa
Michael Haro 3f6b106686 fix corrupted patch
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
1999-12-24 04:38:36 +00:00

12 lines
347 B
Plaintext

--- configure.orig Mon Jan 12 20:45:09 1998
+++ configure Fri May 29 01:31:07 1998
@@ -4557,7 +4573,7 @@
fi
if test "$with_skey" = "yes"; then
- SUDO_LIBS="${SUDO_LIBS} -lskey"
+ SUDO_LIBS="${SUDO_LIBS} -lskey -lmd"
if test -f /usr/include/skey.h -a -f /usr/lib/libskey.a; then
:
elif test -f /usr/local/include/skey.h; then