diff --git a/net/arp-sk/files/patch-configure b/net/arp-sk/files/patch-configure index 28bcdf9e3360..5a3340c6c726 100644 --- a/net/arp-sk/files/patch-configure +++ b/net/arp-sk/files/patch-configure @@ -6,8 +6,8 @@ -echo "$as_me:$LINENO: checking for version 1.1.x of libnet" >&5 -echo $ECHO_N "checking for version 1.1.x of libnet... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for version 1.2.x of libnet" >&5 -+echo $ECHO_N "checking for version 1.2.x of libnet... $ECHO_C" >&6 ++echo "$as_me:$LINENO: checking for version 1.3.x of libnet" >&5 ++echo $ECHO_N "checking for version 1.3.x of libnet... $ECHO_C" >&6 if test "$cross_compiling" = yes; then { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling @@ -16,7 +16,7 @@ int main() { - return (strncmp(LIBNET_VERSION, "1.1.", 4)); -+ return (strncmp(LIBNET_VERSION, "1.2", 3)); ++ return (strncmp(LIBNET_VERSION, "1.3", 3)); } _ACEOF