diff options
author | obache <obache@pkgsrc.org> | 2008-05-15 13:42:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-05-15 13:42:29 +0000 |
commit | 64199dada892d8b188fa260f9497727760de2b22 (patch) | |
tree | 72e4316cbfcebb2a49634c3bfd16bdfa1940755a /net/libupnp/Makefile | |
parent | e6b27f4c66cdf764e3fa48cab8a30e754b6d136f (diff) | |
download | pkgsrc-64199dada892d8b188fa260f9497727760de2b22.tar.gz |
Fix for setsockopt() in Threadpool.c to allow more than one process
to join the multicast-group on BSDs, not only FreeBSD and MacOS X.
Noticed by Greg Kerr via private mail.
Bump PKGREVISION.
Diffstat (limited to 'net/libupnp/Makefile')
-rw-r--r-- | net/libupnp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libupnp/Makefile b/net/libupnp/Makefile index 605ee7c61dd..ec6a51ea5b4 100644 --- a/net/libupnp/Makefile +++ b/net/libupnp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2008/04/26 01:52:53 obache Exp $ +# $NetBSD: Makefile,v 1.14 2008/05/15 13:42:29 obache Exp $ # DISTNAME= libupnp-1.6.6 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/} EXTRACT_SUFX= .tar.bz2 |