diff options
author | drochner <drochner@pkgsrc.org> | 2008-07-31 14:03:16 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-07-31 14:03:16 +0000 |
commit | 2f1aa1dd6d799baa520659ad1505141c8487fa09 (patch) | |
tree | 7f4b76aad0ca2b76439194308abb9b830c2d4be7 /audio/esound/Makefile | |
parent | 6e80035f262298deafe2d1e343c01aeb9720de69 (diff) | |
download | pkgsrc-2f1aa1dd6d799baa520659ad1505141c8487fa09.tar.gz |
In the new nonblocking write code, abort on write errors, especially
on EPIPE. This fixes Gnome session hangs if sounds are switched off.
See Gnome bugzilla #542391 for details. Bump PKGREVISION.
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 51bf3a020fd..60790bce00a 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2008/07/30 10:24:40 drochner Exp $ +# $NetBSD: Makefile,v 1.71 2008/07/31 14:03:16 drochner Exp $ DISTNAME= esound-0.2.39 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME:=sources/esound/0.2/} EXTRACT_SUFX= .tar.bz2 |