diff options
Diffstat (limited to 'sysutils/cfengine2/patches/patch-ai')
-rw-r--r-- | sysutils/cfengine2/patches/patch-ai | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/cfengine2/patches/patch-ai b/sysutils/cfengine2/patches/patch-ai deleted file mode 100644 index 7238240f5c3..00000000000 --- a/sysutils/cfengine2/patches/patch-ai +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ai,v 1.3 2004/08/10 14:18:44 ben Exp $ - ---- configure.ac.orig 2004-08-09 20:55:01.000000000 -0400 -+++ configure.ac 2004-08-09 20:55:48.000000000 -0400 -@@ -159,4 +159,5 @@ - if test -f "$BERKELEY_DB_DIR/include/$v/db.h"; then - BERKELEY_DB_CFLAGS="-I$BERKELEY_DB_DIR/include/$v" -+ break - fi - done -@@ -166,4 +167,5 @@ - if test -f "$BERKELEY_DB_DIR/lib/lib$v.so"; then - BERKELEY_DB_LIB="-l$v" -+ break - fi - done |