freebsd-ports/x11-servers/xorg-server/files/extra-new-arch-sparc64
Niclas Zeising 6456a79045 Fix patches. Remove two unneeded ones, and add new patches to fix sparc64.
This was missed in the mesa update.

This syncs x11-server/xorg-server with the xorg development repo

Bump portrevision again in case.
Apologies for the churn!

Obtained from:	xorg development repo
2013-09-29 23:46:47 +00:00

12 lines
480 B
Text

--- hw/xfree86/os-support/bsd/bsd_init.c.orig 2012-05-17 19:09:03.000000000 +0200
+++ hw/xfree86/os-support/bsd/bsd_init.c 2013-09-01 20:45:36.000000000 +0200
@@ -230,6 +230,9 @@
* Add cases for other *BSD that behave the same.
*/
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#if defined(__sparc64__)
+ pci_system_init_dev_mem(fd);
+#endif
uname(&uts);
i = atof(uts.release) * 100;
if (i >= 310)