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-diffiehellman-diffiehellman | |
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-diffiehellman-diffiehellman')
-rw-r--r-- | devel/libbobcat/files/patch-diffiehellman-diffiehellman | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-diffiehellman-diffiehellman b/devel/libbobcat/files/patch-diffiehellman-diffiehellman new file mode 100644 index 000000000000..713b90ac45f3 --- /dev/null +++ b/devel/libbobcat/files/patch-diffiehellman-diffiehellman @@ -0,0 +1,13 @@ +--- diffiehellman/diffiehellman.orig 2013-10-02 12:36:00.000000000 +0200 ++++ diffiehellman/diffiehellman 2013-11-27 14:08:18.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_DIFFIEHELLMAN_ + #define INCLUDED_BOBCAT_DIFFIEHELLMAN_ + ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif ++ + #include <memory> + #include <iosfwd> + |