diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 10:22:25 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 10:22:25 +0000 |
commit | f5d490860d604b7f63137d7a31af6a38c380100b (patch) | |
tree | 169af3309bdafdee8e7dbfd84876b0e8f0541d14 /mail/xpbiff/files | |
parent | d4ff816c9b3a1f3f811e252e71ca06423e47fa5b (diff) | |
download | FreeBSD-ports-f5d490860d604b7f63137d7a31af6a38c380100b.zip FreeBSD-ports-f5d490860d604b7f63137d7a31af6a38c380100b.tar.gz |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'mail/xpbiff/files')
-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 6e5e244..aa4c1dd 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)); - - |