diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-20 09:53:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-20 09:53:50 +0000 |
commit | 69a56c54c818b8cc40564f59ceb4f72064b1541d (patch) | |
tree | 0a3d2438213165b3aa65c49c6fa2b161ae6803ea /security/ipsec-tools/files/patch-configure | |
parent | Update to 1.6 (diff) |
- Add patch for people having trouble compiling OpenSSL bits
PR: ports/97442
Submitted by: Dmitry Andrianov <dimas@dataart.com>
Approved by: VANHULLEBUS Yvan <yvan.vanhullebus@netasq.com> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | security/ipsec-tools/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/ipsec-tools/files/patch-configure b/security/ipsec-tools/files/patch-configure index ce675f9cf664..59d8f9d2cce8 100644 --- a/security/ipsec-tools/files/patch-configure +++ b/security/ipsec-tools/files/patch-configure @@ -1,5 +1,15 @@ --- configure.orig Wed Apr 26 15:28:47 2006 +++ configure Wed Apr 26 15:28:56 2006 +@@ -24212,6 +24212,9 @@ + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + ++#ifdef HAVE_SYS_TYPES_H ++#include <sys/types.h> ++#endif + #include <openssl/sha.h> + + int @@ -25122,6 +25122,74 @@ fi |