Make NOSOUND option actually work.
This commit is contained in:
parent
139e41f4af
commit
e2beafba9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11175
11
games/xgalaga/files/patch-ac
Normal file
11
games/xgalaga/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Thu Apr 30 07:19:38 1998
|
||||
+++ configure Thu May 28 10:23:39 1998
|
||||
@@ -1805,7 +1808,7 @@
|
||||
fi
|
||||
fi
|
||||
|
||||
-if test -n "$sound-type"; then
|
||||
+if test "$sound_type" != "no" ; then
|
||||
case $host_alias in
|
||||
*linux*)
|
||||
sound_type=native
|
Loading…
Reference in New Issue
Block a user