diff options
Diffstat (limited to 'mail/xpbiff')
-rw-r--r-- | mail/xpbiff/files/patch-ac | 8 |
1 files changed, 3 insertions, 5 deletions
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 <machine/soundcard.h> ++#include <sys/soundcard.h> +#define MAX_SOUND_VOL 95 +#define MIN_SOUND_VOL 05 +#endif @@ -342,5 +342,3 @@ } if (raise == True) { XRaiseWindow(XtDisplay(toplevel), XtWindow(toplevel)); - - |