diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-17 11:22:52 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-17 11:22:52 +0000 |
commit | f01a970a4ec80d0f3ed1b1bdb091b764dcbde9b2 (patch) | |
tree | 0aca8a0e8a5d8ec07e8780b50ba45ca50b749e1f /net/asterisk12/files/patch-db.c | |
parent | The port depends on an include file, not on a library. Revert back (diff) |
Add asterisk 0.5.0, an Open Source PBX and telephony toolkit.
Notes
Notes:
svn path=/head/; revision=91503
Diffstat (limited to 'net/asterisk12/files/patch-db.c')
-rw-r--r-- | net/asterisk12/files/patch-db.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk12/files/patch-db.c b/net/asterisk12/files/patch-db.c new file mode 100644 index 000000000000..ebe8fedec060 --- /dev/null +++ b/net/asterisk12/files/patch-db.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- db.c.orig Wed Aug 13 18:25:16 2003 ++++ db.c Fri Oct 17 11:27:30 2003 +@@ -32,7 +32,7 @@ + #include <asterisk/options.h> + #include <asterisk/astdb.h> + #include <asterisk/cli.h> +-#include "db1-ast/include/db.h" ++#include <db.h> + #include "asterisk.h" + #include "astconf.h" + |