summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-05-29 08:54:47 +0000
committerobrien <obrien@FreeBSD.org>1998-05-29 08:54:47 +0000
commitaff6e967b94273b570a33d720ef8ee3db373dc50 (patch)
tree572edb0d97accc388672f18d75b1049f86d1d06d
parente399c745dae28d7b3fdb93134770a305e9f99cdd (diff)
downloadFreeBSD-ports-aff6e967b94273b570a33d720ef8ee3db373dc50.zip
FreeBSD-ports-aff6e967b94273b570a33d720ef8ee3db373dc50.tar.gz
this is better
-rw-r--r--security/sudo/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudo/files/patch-aa b/security/sudo/files/patch-aa
index e31695f..6c3ee10 100644
--- a/security/sudo/files/patch-aa
+++ b/security/sudo/files/patch-aa
@@ -46,7 +46,7 @@
if test "$with_skey" = "yes"; then
- SUDO_LIBS="${SUDO_LIBS} -lskey"
-+ SUDO_LIBS="${SUDO_LIBS} -lskey /usr/lib/libmd.a"
++ 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
OpenPOWER on IntegriCloud