diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:17:03 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:17:03 +0000 |
commit | 21071c5ef5c6e9eca384ee3472c34ced08225afb (patch) | |
tree | 1aa4b2a29b63d23a4e7b11a3b2a22143fa9fa678 /devel/libbobcat/files/patch-signal-signal | |
parent | - Update to 3.03.0 (diff) |
- Update to 3.18.01
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
Notes
Notes:
svn path=/head/; revision=335079
Diffstat (limited to 'devel/libbobcat/files/patch-signal-signal')
-rw-r--r-- | devel/libbobcat/files/patch-signal-signal | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-signal-signal b/devel/libbobcat/files/patch-signal-signal new file mode 100644 index 000000000000..4f972a6a64fb --- /dev/null +++ b/devel/libbobcat/files/patch-signal-signal @@ -0,0 +1,13 @@ +--- signal/signal.orig 2013-10-02 12:35:59.000000000 +0200 ++++ signal/signal 2013-11-27 14:28:38.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_SIGNAL_ + #define INCLUDED_SIGNAL_ + ++#ifdef __FreeBSD__ ++#include <stdlib.h> ++#endif ++ + #include <vector> + #include <signal.h> + |