diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
| commit | 9352995934adec8059077af241c35ccd1573bd80 (patch) | |
| tree | 60286e266b3b31b90b952ac37e12a1ebbcdd2eb6 /gcal/patches/spawn.in.h.patch | |
| parent | ef3b84d78197acbd45d73a9b1ae44b47b5904290 (diff) | |
| parent | 880bca260c4ce91554a49b2475232cf5c0ffd447 (diff) | |
| download | qipackages-fork-9352995934adec8059077af241c35ccd1573bd80.tar.gz | |
Conflicts:
links/Makefile
Diffstat (limited to 'gcal/patches/spawn.in.h.patch')
| -rw-r--r-- | gcal/patches/spawn.in.h.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcal/patches/spawn.in.h.patch b/gcal/patches/spawn.in.h.patch new file mode 100644 index 0000000..e9b3042 --- /dev/null +++ b/gcal/patches/spawn.in.h.patch @@ -0,0 +1,16 @@ +--- gcal-3.6/lib/spawn.in.h 2010-03-22 13:31:49.000000000 +0100 ++++ gcal-3.6a/lib/spawn.in.h 2010-10-30 16:57:51.000000000 +0200 +@@ -24,6 +24,11 @@ + /* The include_next requires a split double-inclusion guard. */ + #if @HAVE_SPAWN_H@ + # @INCLUDE_NEXT@ @NEXT_SPAWN_H@ ++#else ++/* At least the sched.h and the signal.h are required ++ from gcal or glibc */ ++#include <sched.h> ++#include <signal.h> + #endif + + #ifndef _GL_SPAWN_H + + |
