]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- fix for compiler called amd64- on PLD
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Sep 2005 10:47:27 +0000 (10:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv-x86_64-configure.patch -> 1.2

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.097559 seconds and 4 git commands to generate.