diff options
Diffstat (limited to 'net/vino/files/patch-configure')
-rw-r--r-- | net/vino/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/vino/files/patch-configure b/net/vino/files/patch-configure new file mode 100644 index 000000000..9d64aa9f6 --- /dev/null +++ b/net/vino/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2010-04-01 16:50:38.000000000 +0200 ++++ configure 2010-04-01 16:50:38.000000000 +0200 +@@ -15991,6 +15991,8 @@ if test "x$ac_cv_header_ifaddrs_h" = "xy + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + ++ #include <sys/types.h> ++ #include <sys/socket.h> + #include <ifaddrs.h> + #include <net/if.h> + |