]> git.pld-linux.org Git - packages/zapping.git/commitdiff
- fix: detect MMX architectures
authorsaq <saq@pld-linux.org>
Thu, 13 Sep 2001 05:55:05 +0000 (05:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zapping-host_alias.patch -> 1.1

zapping-host_alias.patch [new file with mode: 0644]

diff --git a/zapping-host_alias.patch b/zapping-host_alias.patch
new file mode 100644 (file)
index 0000000..c7f56a4
--- /dev/null
@@ -0,0 +1,15 @@
+--- zapping-0.6.0.orig/configure.in    Wed Sep 12 15:06:05 2001
++++ zapping-0.6.0/configure.in Wed Sep 12 15:06:41 2001
+@@ -262,10 +262,10 @@
+ YUV2RGB_MMX=""
+ HAVE_MMX="no"
+ ARCH_CFLAGS=""
+-case "$host_alias" in
++case "$host" in
+ i?86-* | k?-*) dnl catch i386,i486,i586,i686,k6,k7
+       AC_DEFINE(__i386__) 
+-      case "$host_alias" in
++      case "$host" in
+               i386-*) dnl who are we kidding?
+                       HAVE_MMX="yes"                  
+                       ARCH_CFLAGS="-march=i386";;
This page took 0.115017 seconds and 4 git commands to generate.