summaryrefslogtreecommitdiff
path: root/devel/opencm/patches/patch-ae
blob: d0acdcd650ed464507ba9fdf9234883434ac7461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.3 2003/06/20 10:55:24 jmmv Exp $

--- configure.orig	2003-06-20 12:35:34.000000000 +0200
+++ configure
@@ -1909,7 +1909,7 @@ else
             if test ! -d "$dir" ; then
         continue;
       fi
-      if test -f "$dir/include/krb5.h"; then
+      if test -f "$dir/include/krb5/krb5.h"; then
         vl_cv_lib_kerberos="$dir"
         break;
       fi