summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvs/patches/patch-av')
-rw-r--r--devel/cvs/patches/patch-av15
1 files changed, 3 insertions, 12 deletions
diff --git a/devel/cvs/patches/patch-av b/devel/cvs/patches/patch-av
index 53c923268b0..58439a9f0fa 100644
--- a/devel/cvs/patches/patch-av
+++ b/devel/cvs/patches/patch-av
@@ -1,8 +1,8 @@
-$NetBSD: patch-av,v 1.7 2003/01/15 22:49:38 wiz Exp $
+$NetBSD: patch-av,v 1.8 2003/07/12 09:19:20 wiz Exp $
---- configure.in.orig Wed Jan 15 23:00:31 2003
+--- configure.in.orig Sat Jul 12 09:09:22 2003
+++ configure.in
-@@ -345,7 +345,7 @@ if test -n "$krb_h"; then
+@@ -356,7 +356,7 @@ if test -n "$krb_h"; then
[LDFLAGS=$hold_ldflags
# Using open here instead of printf so we don't
# get confused by the cached value for printf from above.
@@ -11,12 +11,3 @@ $NetBSD: patch-av,v 1.7 2003/01/15 22:49:38 wiz Exp $
LDFLAGS=$hold_ldflags
else
AC_CHECK_LIB(krb,printf,[krb_lib=yes krb_libdir=])
-@@ -354,7 +354,7 @@ if test -n "$krb_h"; then
- AC_DEFINE([HAVE_KERBEROS], 1,
- [Define if you have MIT Kerberos version 4 available.])
- test -n "${krb_libdir}" && LIBS="${LIBS} -L${krb_libdir}"
-- LIBS="${LIBS} -lkrb"
-+ LIBS="${LIBS} -lkrb -ldes -lcom_err -lroken -lcrypt"
- # Put -L${krb_libdir} in LDFLAGS temporarily so that it appears before
- # -ldes in the command line. Don't do it permanently so that we honor
- # the user's setting for LDFLAGS