summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3/files/patch-ae
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
commit8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch)
treead3f495c08f0cc331b6958d319f699d021175c19 /sysutils/cfengine3/files/patch-ae
parentFix plist problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0
Diffstat (limited to 'sysutils/cfengine3/files/patch-ae')
-rw-r--r--sysutils/cfengine3/files/patch-ae15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/cfengine3/files/patch-ae b/sysutils/cfengine3/files/patch-ae
deleted file mode 100644
index 364e79ebecbb..000000000000
--- a/sysutils/cfengine3/files/patch-ae
+++ /dev/null
@@ -1,15 +0,0 @@
-This patch only makes sense if you subscribe to the FreeBSD port model.
-Basically this only works if you have installed BerkleyDB from the ports
-collection.
-
---- src/misc.c.orig Wed Jan 24 07:28:01 2001
-+++ src/misc.c Wed Mar 28 12:41:06 2001
-@@ -39,7 +39,7 @@
-
-
- #ifdef HAVE_DB_H
--# include <db.h>
-+#include <db3/db.h>
- #endif
-
- /*******************************************************************/