]> git.pld-linux.org Git - packages/mythtv.git/blob - mythtv-configure.patch
- "speed finger" error in snap removed
[packages/mythtv.git] / mythtv-configure.patch
1 diff -urN mythtv-0.22rc1.orig/configure mythtv-0.22rc1/configure
2 --- mythtv-0.22rc1.orig/configure       2009-10-09 00:30:46.000000000 +0200
3 +++ mythtv-0.22rc1/configure    2009-10-17 23:10:29.000000000 +0200
4 @@ -1564,8 +1564,8 @@
5      arch=`arch`
6      if test x"$arch" = x"ppc" -o x"$arch" = x"ppc64" ; then
7          processor=`/usr/bin/hostinfo | grep "Processor type:"`
8 -        processor=${processor#Processor type: *}
9 -        processor=${processor% (*}
10 +        processor="${processor#Processor type:\ *}"
11 +        processor="${processor% \(*}"
12          tune=$processor
13      else
14              # 10.4 only:
This page took 0.060184 seconds and 3 git commands to generate.