From f345494ce1dd1470c667e177fac18110b30c12a0 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 10 Oct 2006 20:01:31 +0000 Subject: Fixed "test ==". --- net/gnet/distinfo | 3 ++- net/gnet/patches/patch-co | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 net/gnet/patches/patch-co (limited to 'net') diff --git a/net/gnet/distinfo b/net/gnet/distinfo index 85e866f3647..b01c8e8ac1f 100644 --- a/net/gnet/distinfo +++ b/net/gnet/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.15 2005/03/23 22:26:44 wiz Exp $ +$NetBSD: distinfo,v 1.16 2006/10/10 20:01:31 rillig Exp $ SHA1 (gnet-2.0.7.tar.gz) = 01c41bd492c6fd33d31800d0c5146a09315f7f6d RMD160 (gnet-2.0.7.tar.gz) = 4df0bbc29ccdd84cb32d5199dade6351163c5548 Size (gnet-2.0.7.tar.gz) = 608961 bytes SHA1 (patch-ad) = 4c7e3a07df6f1018fe9446db333348eaf587225e SHA1 (patch-ae) = cf642dc0f9ea7a6c87ef0a9fb6be0f110d42232d +SHA1 (patch-co) = 286194dfea94f17e44b2fdb454076b076cc235ad diff --git a/net/gnet/patches/patch-co b/net/gnet/patches/patch-co new file mode 100644 index 00000000000..89f9a414b4a --- /dev/null +++ b/net/gnet/patches/patch-co @@ -0,0 +1,13 @@ +$NetBSD: patch-co,v 1.1 2006/10/10 20:01:31 rillig Exp $ + +--- configure.orig 2006-10-10 21:32:25.000000000 +0200 ++++ configure 2006-10-10 22:00:48.000000000 +0200 +@@ -21644,7 +21644,7 @@ fi + LIBS="$gnet_save_LIBS $dash_pthread" + + # Otherwise, check for -lpthread and -lc_r +- if test "x$dash_pthread" == "x"; then ++ if test "x$dash_pthread" = "x"; then + echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 + echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 + if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then -- cgit v1.2.3