Files
pkgsrc-ng/devel/scmcvs/patches/patch-av
2014-11-05 12:41:07 +01:00

14 lines
603 B
Plaintext

$NetBSD: patch-av,v 1.3 2013/10/14 06:51:02 adam Exp $
--- configure.in.orig 2008-05-07 20:10:34.000000000 +0000
+++ configure.in
@@ -587,7 +587,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.
- AC_CHECK_LIB(krb,open,[krb_lib=yes krb_libdir=])])
+ AC_CHECK_LIB(krb,open,[krb_lib=yes krb_libdir=])],[-ldes -lcom_err -lroken -lcrypt])
LDFLAGS=$hold_ldflags
else
AC_CHECK_LIB(krb,printf,[krb_lib=yes krb_libdir=])