openbsd-ports/net/mtr/patches/patch-configure
sthen 9a7982c4d0 update mtr to 0.82. x11 support is broken (and was before this update),
so rename the current no_x11 flavour to the default (with @pkgpath to
allow updates to work), rename what was the default flavour to gtk and
mark that broken.  maintainer timeout.
2012-05-29 23:43:47 +00:00

19 lines
435 B
Plaintext

--- configure.orig Fri Dec 2 13:21:30 2011
+++ configure Mon May 7 22:20:59 2012
@@ -5325,6 +5325,7 @@ _ACEOF
ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "
+#include <sys/types.h>
#include <netinet/in.h>
#ifdef HAVE_SOCKET_H
#include <socket.h>
@@ -5342,6 +5343,7 @@ fi
ac_fn_c_check_type "$LINENO" "struct in_addr" "ac_cv_type_struct_in_addr" "
+#include <sys/types.h>
#include <netinet/in.h>
"