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:
parent
534a7d0673
commit
cde1c84abf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176357
10
lang/guile/files/patch-configure
Normal file
10
lang/guile/files/patch-configure
Normal 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
|
Loading…
Reference in New Issue
Block a user