summaryrefslogtreecommitdiff
path: root/package/ipcad
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:05 +0200
commit838ba34414112d674ed917d83bdae7c1a8dafdc6 (patch)
tree4303cceddeb48d74755cbacc0b06eadaf45c1d37 /package/ipcad
parentb2d07cf71c35790672584d9d7bef255fd5bc554c (diff)
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/ipcad')
-rw-r--r--package/ipcad/patches/patch-headers_h19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/ipcad/patches/patch-headers_h b/package/ipcad/patches/patch-headers_h
new file mode 100644
index 000000000..d8110cd1f
--- /dev/null
+++ b/package/ipcad/patches/patch-headers_h
@@ -0,0 +1,19 @@
+--- ipcad-3.7.3.orig/headers.h 2007-04-22 10:08:45.000000000 +0200
++++ ipcad-3.7.3/headers.h 2010-10-06 22:27:28.000000000 +0200
+@@ -28,6 +28,8 @@
+ #ifndef __HEADERS_H__
+ #define __HEADERS_H__
+
++#include <signal.h>
++
+ #ifndef __need_sig_atomic_t
+ #define __need_sig_atomic_t 1
+ #endif
+@@ -143,7 +145,6 @@
+ #endif
+
+ #include <poll.h>
+-#include <signal.h>
+ #include <fnmatch.h>
+
+ #include <assert.h>