]> git.pld-linux.org Git - packages/mythtv.git/blob - mythtv-x86_64-configure.patch
- with_jack typo
[packages/mythtv.git] / mythtv-x86_64-configure.patch
1 --- ./configure~        2005-10-19 20:39:45.000000000 +0300
2 +++ ./configure 2005-10-19 20:54:02.000000000 +0300
3 @@ -265,7 +265,7 @@
4    ;;
5    x86_64)
6      cpu="x86"
7 -    canon_arch="`cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
8 +    canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
9      if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then
10        if [ -z "`echo $CFLAGS | grep -- -m32`"  ]; then
11          cpu="x86_64"
This page took 0.071564 seconds and 3 git commands to generate.