]> git.pld-linux.org Git - packages/mythtv.git/blame - mythtv-configure.patch
- release 2
[packages/mythtv.git] / mythtv-configure.patch
CommitLineData
64c7c51b 1diff -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 @@
1554719e 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:\ *}"
023ec180 11+ processor="${processor% \(*}"
1554719e 12 tune=$processor
13 else
14 # 10.4 only:
This page took 0.030183 seconds and 4 git commands to generate.