mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
o Update randrproto, libXrandr and xrandr to 1.3.0 o Update xf86-video-intel to 2.6.3 o Update other less common drivers as needed o Mark a bunch of un-maintained input drivers ignored o Update the various slave X server ports as well
11 lines
408 B
C
11 lines
408 B
C
--- hw/xfree86/common/compiler.h.orig 2009-02-25 13:12:11.000000000 -0600
|
|
+++ hw/xfree86/common/compiler.h 2009-03-21 02:08:22.000000000 -0500
|
|
@@ -465,7 +465,7 @@
|
|
extern unsigned int inw(unsigned long port);
|
|
extern unsigned int inl(unsigned long port);
|
|
|
|
-# elif defined(linux) && defined(__amd64__)
|
|
+# elif defined(linux) || defined(__FreeBSD__) && defined(__amd64__)
|
|
|
|
# include <inttypes.h>
|
|
|