1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Disable sound support on the Alpha for the time being.

This commit is contained in:
Steve Price 1999-07-04 21:45:30 +00:00
parent ecfa8e90de
commit 38f095818e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20054

View File

@ -1,5 +1,5 @@
--- config.h.orig Wed Oct 19 14:56:25 1994
+++ config.h Mon Jul 14 23:11:10 1997
--- config.h.orig Wed Oct 19 00:56:25 1994
+++ config.h Sun May 30 21:19:39 1999
@@ -8,7 +8,7 @@
/*
* For X11R6
@ -102,15 +102,17 @@
/*
* For SUN Audio
@@ -88,9 +120,17 @@
@@ -88,9 +120,19 @@
#undef SUN_AUDIO
#undef AudioIncDir /usr/demo/SOUND
+/*
+ * For BSD Audio (FreeBSD)
+ */
+#ifndef __alpha
+#define BSD_AUDIO
+
+#endif
+
/*
* For YOUBIN Service
*/