]> git.pld-linux.org Git - packages/mythtv.git/blob - mythtv-configure.patch
- rewriten for 0.22 svn version
[packages/mythtv.git] / mythtv-configure.patch
1 --- configure.orig      2008-11-01 18:37:08.000000000 +0100
2 +++ configure   2008-11-01 18:42:53.000000000 +0100
3 @@ -1279,8 +1279,8 @@
4      arch=`arch`
5      if test x"$arch" = x"ppc" -o x"$arch" = x"ppc64" ; then
6          processor=`/usr/bin/hostinfo | grep "Processor type:"`
7 -        processor=${processor#Processor type: *}
8 -        processor=${processor% (*}
9 +        processor="${processor#Processor type:\ *}"
10 +        processor="${processor% \(*}"
11          tune=$processor
12      else
13              # 10.4 only:
This page took 0.053281 seconds and 3 git commands to generate.