]> git.pld-linux.org Git - packages/mythtv.git/blobdiff - mythtv-x86_64-configure.patch
- fix for compiler called amd64- on PLD
[packages/mythtv.git] / mythtv-x86_64-configure.patch
index 3e5790e2b92833410bd57e27c0b6a12e910acdc7..b7be443820104a2822f69d8b9cd31b7eeaaa7e48 100644 (file)
@@ -26,3 +26,25 @@ http://bugs.gentoo.org/show_bug.cgi?id=94664
  case "$cpu" in
    x86)
    ;;
+--- ./configure~       2005-09-04 11:48:59.000000000 +0300
++++ ./configure        2005-09-04 11:49:01.000000000 +0300
+@@ -237,12 +237,13 @@
+   x86)
+   ;;
+   x86_64)
+-    if [ "`$cc -dumpmachine | grep x86_64 | cut -d- -f1`" = "x86_64" -a \
+-         -z "`echo $CFLAGS | grep -- -m32`"  ]; then
+-      cpu="x86_64"
+-    else
+-      cpu="x86"
+-    fi
++      if [ "`$cc -dumpmachine | grep x86_64 | cut -d- -f1`" = "x86_64" ]; then
++              if [ -z "`echo $CFLAGS | grep -- -m32`"  ]; then
++                      cpu="x86_64"
++              else
++                      cpu="x86"
++              fi
++      fi
+   ;;
+   # armv4l is a subset of armv5tel
+   armv4l|armv5tel)
This page took 0.037615 seconds and 4 git commands to generate.