ports/x11-servers/xorg-server/files/patch-Xserver-hw-xfree86-common-compiler.h
Robert Noland fd559155d1 Update Xorg server to 1.6.0
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
2009-04-04 04:04:01 +00:00

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>