diff options
author | pav <pav@FreeBSD.org> | 2006-06-20 17:53:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-20 17:53:50 +0800 |
commit | cf25959a2936f26bcc54a129aa2b121111000f35 (patch) | |
tree | eb1985dc305af68f941b243edbe56ea586e54c06 | |
parent | da3a89cdac72ad8eae6cf22668079887db9e9534 (diff) | |
download | freebsd-ports-gnome-cf25959a2936f26bcc54a129aa2b121111000f35.tar.gz freebsd-ports-gnome-cf25959a2936f26bcc54a129aa2b121111000f35.tar.zst freebsd-ports-gnome-cf25959a2936f26bcc54a129aa2b121111000f35.zip |
- 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)
-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 |