diff options
author | anholt <anholt@FreeBSD.org> | 2003-08-23 11:05:24 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-08-23 11:05:24 +0800 |
commit | 5ad82aba46277473e4877f3486e27c0bc2d278b7 (patch) | |
tree | 3173be53799f0b790f6533184720667f6912af38 /x11 | |
parent | 5c3ffc96ab24727ed0c6866c9f28126e428eeca5 (diff) | |
download | freebsd-ports-gnome-5ad82aba46277473e4877f3486e27c0bc2d278b7.tar.gz freebsd-ports-gnome-5ad82aba46277473e4877f3486e27c0bc2d278b7.tar.zst freebsd-ports-gnome-5ad82aba46277473e4877f3486e27c0bc2d278b7.zip |
Remove the disabling of MTRRs on amd64, as MTRR support has been added to
-current. No PORTREVISION bump because the installed base is small enough.
Submitted by: peter
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-FreeBSD.cf | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-FreeBSD.cf b/x11/XFree86-4-libraries/files/patch-FreeBSD.cf index b606777cd1dd..a91c704728dd 100644 --- a/x11/XFree86-4-libraries/files/patch-FreeBSD.cf +++ b/x11/XFree86-4-libraries/files/patch-FreeBSD.cf @@ -1,5 +1,5 @@ --- config/cf/FreeBSD.cf.orig Tue Jan 14 18:52:12 2003 -+++ config/cf/FreeBSD.cf Tue Jul 15 19:57:04 2003 ++++ config/cf/FreeBSD.cf Fri Aug 22 20:02:11 2003 @@ -162,11 +162,11 @@ * ld: warning: libXThrStub.so.6, needed by libX11.so, not found */ @@ -25,18 +25,7 @@ #endif #endif #ifndef ExtraLibraries -@@ -209,6 +209,10 @@ - #endif - - /* 3.3(?) and later has support for setting MTRRs */ -+#ifdef x86_64Architecture -+#define HasMTRRSupport NO /* not yet */ -+#endif -+ - #ifndef HasMTRRSupport - #if OSMajorVersion > 3 || (OSMajorVersion == 3 && OSMinorVersion >= 3) - #define HasMTRRSupport YES -@@ -228,21 +232,25 @@ +@@ -228,21 +228,25 @@ #endif /* @@ -65,7 +54,7 @@ # define HasX86Support YES # define HasMMXSupport YES # define Has3DNowSupport YES -@@ -455,10 +463,8 @@ +@@ -455,10 +459,8 @@ #ifdef i386Architecture #define ServerExtraDefines GccGasOption XFree86ServerDefines #endif @@ -78,7 +67,7 @@ #define ServerExtraDefines GccGasOption XFree86ServerDefines -D_XSERVER64 #endif -@@ -482,18 +488,8 @@ +@@ -482,18 +484,8 @@ #define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC #endif |