From 7ca053d70063ffdea3b7e0868191e976154ecf0b Mon Sep 17 00:00:00 2001 From: "Bernhard C. Schrenk" Date: Mon, 29 Nov 2004 19:06:33 +0000 Subject: [PATCH] Bernhard C. Schrenk: xfree86: Disable Matrox HALLib on x86_64 [2004112012545402017] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4882 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x11/xfree86/xf_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/x11/xfree86/xf_config.sh b/package/x11/xfree86/xf_config.sh index d11d4462d..63d51a740 100644 --- a/package/x11/xfree86/xf_config.sh +++ b/package/x11/xfree86/xf_config.sh @@ -52,7 +52,7 @@ xf_extract_hallib() { programs/Xserver/hw/xfree86/drivers/mga/HALlib/mgaHALlib.a rm -rf mgadrivers-$mga_version-src - if [ $arch == "x86" ] ; then + if [ $arch == "x86" && $arch_machine != "x86_64" ] ; then echo "Enabling Matrox HALlib (since this is x86) ..." cat >> config/cf/host.def << EOT @@ -183,7 +183,7 @@ xf_config() { EOT - if [ $arch == "x86" ] ; then + if [ $arch == "x86" && $arch_machine != "x86_64" ] ; then echo "Enabling Matrox HALlib (since this is x86) ..." cat >> config/cf/host.def << EOT