From 0f6df7c19e9f89b751310cf6814ed2bd9da3b8b8 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 31 Aug 2009 20:07:32 +0000 Subject: Define EBADFD to the same error code as in alsa-libs, in case it's undefined. --- audio/alsa-plugins-pulse/distinfo | 4 ++-- audio/alsa-plugins-pulse/patches/patch-ab | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/alsa-plugins-pulse/distinfo b/audio/alsa-plugins-pulse/distinfo index e4ac22f515c..02da4c93f10 100644 --- a/audio/alsa-plugins-pulse/distinfo +++ b/audio/alsa-plugins-pulse/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2009/08/31 14:25:49 wiz Exp $ +$NetBSD: distinfo,v 1.4 2009/08/31 20:07:32 wiz Exp $ SHA1 (alsa-plugins-1.0.21.tar.bz2) = dae6f4dd4aa8638aded472cf503eb2c2e5f69730 RMD160 (alsa-plugins-1.0.21.tar.bz2) = 853416f1c78c9c2b99ba5f2ed0c36df88f21a387 Size (alsa-plugins-1.0.21.tar.bz2) = 325828 bytes SHA1 (patch-aa) = 77774e607905f3930ffec503c04d6dd1f70d9946 -SHA1 (patch-ab) = e921a2a20705c0d235f27f6bc261f3472a0e3b0d +SHA1 (patch-ab) = fdcb834dbac03fc52ab482e722452243a6c859e9 diff --git a/audio/alsa-plugins-pulse/patches/patch-ab b/audio/alsa-plugins-pulse/patches/patch-ab index cca6295a18d..698cc9fd949 100644 --- a/audio/alsa-plugins-pulse/patches/patch-ab +++ b/audio/alsa-plugins-pulse/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1 2009/08/31 14:25:49 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2009/08/31 20:07:32 wiz Exp $ --- pulse/pulse.h.orig 2009-08-31 13:09:41.000000000 +0000 +++ pulse/pulse.h @@ -9,5 +9,5 @@ $NetBSD: patch-ab,v 1.1 2009/08/31 14:25:49 wiz Exp $ + +#include +#ifndef EBADFD -+#define EBADFD EIO ++#define EBADFD EBADF +#endif -- cgit v1.2.3