summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cfengine2/patches/patch-af')
-rw-r--r--sysutils/cfengine2/patches/patch-af16
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/cfengine2/patches/patch-af b/sysutils/cfengine2/patches/patch-af
deleted file mode 100644
index f613ef4e06c..00000000000
--- a/sysutils/cfengine2/patches/patch-af
+++ /dev/null
@@ -1,16 +0,0 @@
-$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