summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-10 20:01:31 +0000
committerrillig <rillig>2006-10-10 20:01:31 +0000
commitf79199b45ef77d218ecacfea7449786aaf17b9c4 (patch)
tree95c3ed6d350ea231d1e64369700dc14e2e9d9223 /net
parent0d45586b520d300e83853bf302dc3715cb81890f (diff)
downloadpkgsrc-f79199b45ef77d218ecacfea7449786aaf17b9c4.tar.gz
Fixed "test ==".
Diffstat (limited to 'net')
-rw-r--r--net/gnet/distinfo3
-rw-r--r--net/gnet/patches/patch-co13
2 files changed, 15 insertions, 1 deletions
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