diff options
author | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-09 22:24:09 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-20 14:07:56 -0500 |
commit | 93d4ecdfe4d14f2047c48405d6fdfac214080c98 (patch) | |
tree | 0e194d308e51a57a7a81a4394441325245e22f17 /libraries/libvmime-zarafa/patches | |
parent | 89ed7e0e9cea616bcb82fe71107eb33b1ce4b7b7 (diff) |
libraries/libvmime-zarafa: Adapted for Slackware 13.37
Added patch for newer gcc versions.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libvmime-zarafa/patches')
-rw-r--r-- | libraries/libvmime-zarafa/patches/libvmime_signal.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libvmime-zarafa/patches/libvmime_signal.patch b/libraries/libvmime-zarafa/patches/libvmime_signal.patch new file mode 100644 index 0000000000000..1ddfabae87fa8 --- /dev/null +++ b/libraries/libvmime-zarafa/patches/libvmime_signal.patch @@ -0,0 +1,10 @@ +--- libvmime-0.7.1/vmime/platforms/posix/posixChildProcess.hpp 2005-05-25 16:14:54.000000000 -0300 ++++ libvmime-0.7.1_patched/vmime/platforms/posix/posixChildProcess.hpp 2011-03-09 01:09:18.000000000 -0300 +@@ -20,6 +20,7 @@ + #ifndef VMIME_PLATFORMS_POSIX_POSIXCHILDPROCESS_HPP_INCLUDED + #define VMIME_PLATFORMS_POSIX_POSIXCHILDPROCESS_HPP_INCLUDED + ++#include <signal.h> + + #include "vmime/utility/childProcess.hpp" + |