Browse Source

Bernhard C. Schrenk:


			
			
				rocklinux
			
			
		
Bernhard C. Schrenk 20 years ago
parent
commit
7ca053d700
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/x11/xfree86/xf_config.sh

+ 2
- 2
package/x11/xfree86/xf_config.sh

@ -52,7 +52,7 @@ xf_extract_hallib() {
programs/Xserver/hw/xfree86/drivers/mga/HALlib/mgaHALlib.a programs/Xserver/hw/xfree86/drivers/mga/HALlib/mgaHALlib.a
rm -rf mgadrivers-$mga_version-src 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) ..." echo "Enabling Matrox HALlib (since this is x86) ..."
cat >> config/cf/host.def << EOT cat >> config/cf/host.def << EOT
@ -183,7 +183,7 @@ xf_config() {
EOT EOT
if [ $arch == "x86" ] ; then
if [ $arch == "x86" && $arch_machine != "x86_64" ] ; then
echo "Enabling Matrox HALlib (since this is x86) ..." echo "Enabling Matrox HALlib (since this is x86) ..."
cat >> config/cf/host.def << EOT cat >> config/cf/host.def << EOT

Loading…
Cancel
Save