aboutsummaryrefslogtreecommitdiffstats
path: root/lang/guile/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-11-05 03:19:09 +0800
committermarcus <marcus@FreeBSD.org>2006-11-05 03:19:09 +0800
commit61982244d8300325719f9197121a649e4f549367 (patch)
tree2cd1708e06c7555ac30c6231fc8e148b180e28a8 /lang/guile/files
parentc8c3279512a653b1ad6810cc34fe5fee4ddc2f21 (diff)
downloadfreebsd-ports-gnome-61982244d8300325719f9197121a649e4f549367.tar.gz
freebsd-ports-gnome-61982244d8300325719f9197121a649e4f549367.tar.zst
freebsd-ports-gnome-61982244d8300325719f9197121a649e4f549367.zip
Fix detection of socklen_t which will fix the build on 4.X.
Reported by: pointyhat via kris
Diffstat (limited to 'lang/guile/files')
-rw-r--r--lang/guile/files/patch-configure10
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