summaryrefslogtreecommitdiffstats
path: root/mail/xpbiff/files
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-09-08 10:22:25 +0000
committerkris <kris@FreeBSD.org>2002-09-08 10:22:25 +0000
commitf5d490860d604b7f63137d7a31af6a38c380100b (patch)
tree169af3309bdafdee8e7dbfd84876b0e8f0541d14 /mail/xpbiff/files
parentd4ff816c9b3a1f3f811e252e71ca06423e47fa5b (diff)
downloadFreeBSD-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-ac8
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));
-
-
OpenPOWER on IntegriCloud