1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Fix detection of socklen_t which will fix the build on 4.X.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2006-11-04 19:19:09 +00:00
parent 534a7d0673
commit cde1c84abf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176357

View File

@ -0,0 +1,10 @@
--- configure.orig Sat Nov 4 14:16:49 2006
+++ configure Sat Nov 4 14:16:30 2006
@@ -30498,6 +30498,7 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+#include <sys/types.h>
#include <sys/socket.h>
int