summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-09-20 22:10:31 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-09-20 22:10:31 +0000
commit7bfa50d3694803c67ba7c19bb2068055ce13aa16 (patch)
treea9202b220a0c17472d951178e3276d961238e655 /x11-base/xorg-server/files
parentStable on x86, bug #148318. (diff)
downloadgentoo-2-7bfa50d3694803c67ba7c19bb2068055ce13aa16.tar.gz
gentoo-2-7bfa50d3694803c67ba7c19bb2068055ce13aa16.tar.bz2
gentoo-2-7bfa50d3694803c67ba7c19bb2068055ce13aa16.zip
Base ifdef on __sparc__ rather than __sparc64__. The issue happens on 64-bit kernel/32-bit userland, so sparc64 isn't defined when building the userland.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'x11-base/xorg-server/files')
-rw-r--r--x11-base/xorg-server/files/1.1.1-sparc64-ati-lockups.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-base/xorg-server/files/1.1.1-sparc64-ati-lockups.patch b/x11-base/xorg-server/files/1.1.1-sparc64-ati-lockups.patch
index ba19b239a83b..d44d9699b2d7 100644
--- a/x11-base/xorg-server/files/1.1.1-sparc64-ati-lockups.patch
+++ b/x11-base/xorg-server/files/1.1.1-sparc64-ati-lockups.patch
@@ -8,7 +8,7 @@ index a3c07f3..a97e6f0 100644
/* pciAddrHostToBus */ pciAddrNOOP,
+/* linuxTransAddrBusToHost is busted on sparc64 but the PCI rework tree
+ * makes it all moot, so we kludge it for now */
-+#if defined(__sparc64__)
++#if defined(__sparc__)
+/* pciAddrBusToHost */ pciAddrNOOP,
+#else
/* pciAddrBusToHost */ linuxTransAddrBusToHost,