summaryrefslogtreecommitdiff
path: root/net/gnet/patches/patch-co
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnet/patches/patch-co')
-rw-r--r--net/gnet/patches/patch-co13
1 files changed, 13 insertions, 0 deletions
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