Disable sound support on the Alpha.
This commit is contained in:
parent
00fd185849
commit
b690c95a7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19673
1 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
--- Imakefile Wed Jul 16 16:36:17 1997
|
||||
+++ /home/andy/tmp/wrk/Imakefile Sat May 23 23:17:12 1998
|
||||
--- Imakefile.orig Wed Jul 16 11:36:17 1997
|
||||
+++ Imakefile Sun Jun 20 10:50:43 1999
|
||||
@@ -5,7 +5,7 @@
|
||||
# Note: you need to have XPM 3.4 or higher!
|
||||
#------------------------------------------
|
||||
|
@ -9,21 +9,24 @@
|
|||
XPMLIBDIR = /usr/X11/lib
|
||||
XPMLIB = -L$(XPMLIBDIR) -lXpm
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@@ -20,7 +20,9 @@
|
||||
# Comment the following define if you
|
||||
# want audio support
|
||||
#------------------------------------------
|
||||
-#define NO_AUDIO /* */
|
||||
+/* #define NO_AUDIO /* */
|
||||
+#ifdef AlphaArcitecture
|
||||
#define NO_AUDIO /* */
|
||||
+#endif
|
||||
|
||||
#------------------------------------------
|
||||
# Uncomment the following define if your
|
||||
@@ -42,7 +42,7 @@
|
||||
@@ -42,7 +44,9 @@
|
||||
# uncomment the following define to
|
||||
# turn on sound support.
|
||||
#------------------------------------------
|
||||
-/* SUN_AUDIO = -DSUN_AUDIO /* */
|
||||
+#ifdef i386Architecture
|
||||
+SUN_AUDIO = -DSUN_AUDIO /* */
|
||||
+#endif
|
||||
|
||||
#------------------------------------------
|
||||
# Uncomment the following define if you
|
||||
|
|
Loading…
Reference in a new issue