summaryrefslogtreecommitdiff
path: root/package/asterisk/patches/patch-main_buildinfo_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-26 21:46:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-26 21:46:58 +0200
commitf03f1d5071caf61c33815b732cef46952324ce6e (patch)
tree8f520fa19ad6da4f651abe6f48ac86485691b54b /package/asterisk/patches/patch-main_buildinfo_c
parent60b165e59e044e595b59ec8b6f0ad1dc741ac26d (diff)
fix build on MacOS X, update while here
Diffstat (limited to 'package/asterisk/patches/patch-main_buildinfo_c')
-rw-r--r--package/asterisk/patches/patch-main_buildinfo_c13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/asterisk/patches/patch-main_buildinfo_c b/package/asterisk/patches/patch-main_buildinfo_c
new file mode 100644
index 000000000..dce0fb546
--- /dev/null
+++ b/package/asterisk/patches/patch-main_buildinfo_c
@@ -0,0 +1,13 @@
+--- asterisk-1.6.2.10.orig/main/buildinfo.c 2008-10-30 17:49:02.000000000 +0100
++++ asterisk-1.6.2.10/main/buildinfo.c 2010-07-26 19:22:57.000000000 +0200
+@@ -23,8 +23,8 @@
+ * \author Kevin P. Fleming <kpfleming@digium.com>
+ */
+
+-#include "asterisk/buildinfo.h"
+-#include "asterisk/build.h"
++#include "../include/asterisk/buildinfo.h"
++#include "../include/asterisk/build.h"
+
+ const char *ast_build_hostname = BUILD_HOSTNAME;
+ const char *ast_build_kernel = BUILD_KERNEL;