diff options
Diffstat (limited to 'games/heroes/files/patch-aa')
-rw-r--r-- | games/heroes/files/patch-aa | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/games/heroes/files/patch-aa b/games/heroes/files/patch-aa index bc4a81bb6383..5985845e3439 100644 --- a/games/heroes/files/patch-aa +++ b/games/heroes/files/patch-aa @@ -1,11 +1,18 @@ ---- configure 2000/08/15 10:44:11 1.1 -+++ configure 2000/08/15 10:44:29 -@@ -2323,7 +2323,7 @@ +--- configure 2000/09/28 13:06:54 1.1 ++++ configure 2000/09/28 13:07:43 +@@ -894,10 +894,11 @@ + # The aliases save the names the user supplied, while $host etc. + # will get canonicalized. +-test -n "$target_alias" && +- test "$program_prefix$program_suffix$program_transform_name" = \ +- NONENONEs,x,x, && +- program_prefix=${target_alias}- ++# I H A T E A U T O C R A P!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ++#test -n "$target_alias" && ++# test "$program_prefix$program_suffix$program_transform_name" = \ ++# NONENONEs,x,x, && ++# program_prefix=${target_alias}- - --if test ${musicdir}x = x; then -+if test "${musicdir}"x = x; then - NOSOUND_TRUE= - NOSOUND_FALSE='#' - else + # Find a good install program. We prefer a C program (faster), + # so one script is as good as another. But avoid the broken or |