]> git.pld-linux.org Git - packages/mythtv.git/blame - mythtv-configure.patch
- up to current snaphot
[packages/mythtv.git] / mythtv-configure.patch
CommitLineData
0cc6f54e 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:"`
cfd3373d 7- processor=${processor#Processor type: *}
8- processor=${processor% (*}
0cc6f54e 9+ processor="${processor#Processor type:\ *}"
10+ processor="${processor% \(*}"
11 tune=$processor
12 else
13 # 10.4 only:
This page took 0.099368 seconds and 4 git commands to generate.