diff options
Diffstat (limited to 'lang/guile/patches/patch-ak')
-rw-r--r-- | lang/guile/patches/patch-ak | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/guile/patches/patch-ak b/lang/guile/patches/patch-ak new file mode 100644 index 00000000000..571518aba02 --- /dev/null +++ b/lang/guile/patches/patch-ak @@ -0,0 +1,12 @@ +$NetBSD: patch-ak,v 1.4 2006/07/18 18:02:09 joerg Exp $ + +--- configure.orig 2006-07-18 17:48:48.000000000 +0000 ++++ configure +@@ -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 |