Files
pkgsrc-ng/devel/scmcvs/patches/patch-av
2013-09-26 17:14:40 +02:00

14 lines
604 B
Plaintext

$NetBSD: patch-av,v 1.2 2011/09/22 15:16:26 ryoon Exp $
--- configure.in.orig 2008-05-07 20:10:34.000000000 +0000
+++ configure.in
@@ -377,7 +377,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=])