summaryrefslogtreecommitdiff
path: root/net/waste/patches
diff options
context:
space:
mode:
authorjmc <jmc>2003-06-23 22:15:24 +0000
committerjmc <jmc>2003-06-23 22:15:24 +0000
commit58237a57ba6a0f4e3dbc87219806d6d1bb0d9960 (patch)
treebdbb275d7e8257637d444dc81abe54564c54db9c /net/waste/patches
parent045167e5ea577819f9312d362d28b51ad80ec4af (diff)
downloadpkgsrc-58237a57ba6a0f4e3dbc87219806d6d1bb0d9960.tar.gz
Make this work with non -current pthreads (pth, etc)
Diffstat (limited to 'net/waste/patches')
-rw-r--r--net/waste/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/waste/patches/patch-aa b/net/waste/patches/patch-aa
index d2866c2135c..f0af4f3c184 100644
--- a/net/waste/patches/patch-aa
+++ b/net/waste/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/06/05 01:00:45 jschauma Exp $
+$NetBSD: patch-aa,v 1.2 2003/06/23 22:15:24 jmc Exp $
--- /dev/null 2003-05-31 11:34:06.000000000 -0400
+++ Makefile 2003-05-31 11:52:33.000000000 -0400
@@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/06/05 01:00:45 jschauma Exp $
+
+
+wastesrv: $(OBJS) $(RSAOBJS)
-+ $(CC) $(DEBUGFLAG) -pthread ${LDFLAGS} -o wastesrv $(OBJS) $(RSAOBJS)
++ $(CC) $(DEBUGFLAG) -o wastesrv $(OBJS) $(RSAOBJS) ${LDFLAGS} -lpthread
+
+md5c.o: rsa/md5c.c
+nn.o: rsa/nn.c