summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/patches/patch-af
blob: f613ef4e06c4c8bc03ff00ab54c0201507417a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-af,v 1.4 2004/08/10 14:18:44 ben Exp $

--- configure.orig	2004-08-09 21:14:27.000000000 -0400
+++ configure	2004-08-09 21:14:59.000000000 -0400
@@ -8447,4 +8447,5 @@
             if test -f "$BERKELEY_DB_DIR/include/$v/db.h"; then
                 BERKELEY_DB_CFLAGS="-I$BERKELEY_DB_DIR/include/$v"
+		break
             fi
         done
@@ -8454,4 +8455,5 @@
             if test -f "$BERKELEY_DB_DIR/lib/lib$v.so"; then
                 BERKELEY_DB_LIB="-l$v"
+		break
             fi
         done