Date: Fri, 26 May 2006 20:20:26 GMT From: "Dmitry Andrianov" <dimas@dataart.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/97442: security/ipsec-tools: IPSec-Tools do not compile Message-ID: <200605262020.k4QKKQ4v078615@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/97442; it has been noted by GNATS. From: "Dmitry Andrianov" <dimas@dataart.com> To: undisclosed-recipients:; Cc: Subject: Re: ports/97442: security/ipsec-tools: IPSec-Tools do not compile Date: Fri, 26 May 2006 20:11:43 +0000 (GMT) Ok, looks like my "workaround" was for 0.6.5_1 while people having problems with 0.6.5_2 Below is the patch for 0.6.5_2. Since that version already have a patch for configure, I'm providing a patch for that patch :=) It has to be applied before running make. --- files/patch-configure.orig Fri May 26 19:34:07 2006 +++ files/patch-configure Fri May 26 19:47:30 2006 @@ -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 =============================================================== Patch is to be applied in /usr/ports/security/ipsec-tools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605262020.k4QKKQ4v078615>