diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-04 19:19:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-04 19:19:09 +0000 |
commit | cde1c84abf4a0270f1fc514a9e29cd6a6cf495da (patch) | |
tree | d8129f239962bffaa860f83d039bebc6d6f4894d /lang/guile | |
parent | 534a7d067364ef81470b5a9d734a4dec186f241a (diff) | |
download | ports-cde1c84abf4a0270f1fc514a9e29cd6a6cf495da.tar.gz ports-cde1c84abf4a0270f1fc514a9e29cd6a6cf495da.zip |
Fix detection of socklen_t which will fix the build on 4.X.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=176357
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/guile/files/patch-configure b/lang/guile/files/patch-configure new file mode 100644 index 000000000000..d73fe931dbf1 --- /dev/null +++ b/lang/guile/files/patch-configure @@ -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 |