diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 18:22:25 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 18:22:25 +0800 |
commit | 3b71e09158e04968a7cf911d372340ab19f5269d (patch) | |
tree | 2a2ee6ebb622d0d9b1cbd5cedf796df535d5ab87 /mail/xpbiff | |
parent | 677b68964ce288acdf98b26a288e16f1b64e4093 (diff) | |
download | freebsd-ports-gnome-3b71e09158e04968a7cf911d372340ab19f5269d.tar.gz freebsd-ports-gnome-3b71e09158e04968a7cf911d372340ab19f5269d.tar.zst freebsd-ports-gnome-3b71e09158e04968a7cf911d372340ab19f5269d.zip |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
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)); - - |