diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-02-19 19:03:17 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-02-19 19:03:17 +0000 |
commit | 5c0a0fd5355187eb642d557eebcaa82b956777e9 (patch) | |
tree | ddc4a5bfdebc1cd80e736d2f42f0036b80848a92 /net/waste/patches | |
parent | 58bc8697d329f5c570c151c90400c3c41d4bf3c9 (diff) | |
download | pkgsrc-5c0a0fd5355187eb642d557eebcaa82b956777e9.tar.gz |
Make this package compile when using gcc 3.3.
Diffstat (limited to 'net/waste/patches')
-rw-r--r-- | net/waste/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/waste/patches/patch-aa b/net/waste/patches/patch-aa index f0af4f3c184..c2b35f1d5dc 100644 --- a/net/waste/patches/patch-aa +++ b/net/waste/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2003/06/23 22:15:24 jmc Exp $ +$NetBSD: patch-aa,v 1.3 2004/02/19 19:03:17 kristerw 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.2 2003/06/23 22:15:24 jmc Exp $ + + +wastesrv: $(OBJS) $(RSAOBJS) -+ $(CC) $(DEBUGFLAG) -o wastesrv $(OBJS) $(RSAOBJS) ${LDFLAGS} -lpthread ++ $(CXX) $(DEBUGFLAG) -o wastesrv $(OBJS) $(RSAOBJS) ${LDFLAGS} -lpthread + +md5c.o: rsa/md5c.c +nn.o: rsa/nn.c |