From 3b71e09158e04968a7cf911d372340ab19f5269d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 8 Sep 2002 10:22:25 +0000 Subject: Fix build on -current (machine/soundcard.h -> sys/soundcard.h) --- mail/xpbiff/files/patch-ac | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'mail/xpbiff') diff --git a/mail/xpbiff/files/patch-ac b/mail/xpbiff/files/patch-ac index 6e5e244aa399..aa4c1ddf0b96 100644 --- a/mail/xpbiff/files/patch-ac +++ b/mail/xpbiff/files/patch-ac @@ -1,11 +1,11 @@ ---- xpbiff.c.orig Thu Oct 27 15:42:52 1994 -+++ xpbiff.c Tue Jul 15 13:42:03 1997 +--- xpbiff.c.orig Wed Oct 26 23:42:52 1994 ++++ xpbiff.c Sun Sep 8 03:16:26 2002 @@ -74,6 +74,12 @@ #endif #endif /* SUN_AUDIO */ +#ifdef BSD_AUDIO -+#include ++#include +#define MAX_SOUND_VOL 95 +#define MIN_SOUND_VOL 05 +#endif @@ -342,5 +342,3 @@ } if (raise == True) { XRaiseWindow(XtDisplay(toplevel), XtWindow(toplevel)); - - -- cgit