diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-22 02:21:55 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-22 02:21:55 +0000 |
commit | f4da50082d6f1b615c223ee7e798407773e719b2 (patch) | |
tree | 1c2d5ae865e02784f95e6324b40d3c4961c79ba3 /x11-base | |
parent | libGL.la is back, still wrong (diff) | |
download | gentoo-2-f4da50082d6f1b615c223ee7e798407773e719b2.tar.gz gentoo-2-f4da50082d6f1b615c223ee7e798407773e719b2.tar.bz2 gentoo-2-f4da50082d6f1b615c223ee7e798407773e719b2.zip |
(#79019) SSE, MMX, 3DNOW! were getting turned off for x86 people because of the amd64 changes.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 8 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild | 20 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.1.901-r1.ebuild | 20 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.1.902.ebuild | 20 |
4 files changed, 40 insertions, 28 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index cd1689ad1009..af8362004270 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.293 2005/01/21 21:26:46 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.294 2005/01/22 02:21:55 spyderous Exp $ + + 21 Jan 2005; Donnie Berkholz <spyderous@gentoo.org>; + xorg-x11-6.8.0-r4.ebuild, xorg-x11-6.8.1.901-r1.ebuild, + xorg-x11-6.8.1.902.ebuild: + (#79019) SSE, MMX, 3DNOW! were getting turned off for x86 people because of + the amd64 changes. 21 Jan 2005; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.8.0-r4.ebuild, xorg-x11-6.8.1.901-r1.ebuild, diff --git a/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild index 612156e5318f..48cf96e7ddaa 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild,v 1.59 2005/01/21 21:26:46 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild,v 1.60 2005/01/22 02:21:55 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -751,16 +751,18 @@ host_def_setup() { fi # optimize Mesa for architecture - use_build amd64 HasMMXSupport - use_build amd64 MesaUseMMX + if use amd64; then + use_build amd64 HasMMXSupport + use_build amd64 MesaUseMMX - use_build amd64 Has3DNowSupport - use_build amd64 MesaUse3DNow + use_build amd64 Has3DNowSupport + use_build amd64 MesaUse3DNow - use_build amd64 HasKatmaiSupport - use_build amd64 MesaUseKatmai - use_build amd64 HasSSESupport - use_build amd64 MesaUseSSE + use_build amd64 HasKatmaiSupport + use_build amd64 MesaUseKatmai + use_build amd64 HasSSESupport + use_build amd64 MesaUseSSE + fi # Do we want the glx extension? This will turn off XF86DRI if it's off. # DRI can't build if glx isn't built, so keep this below DRI define. diff --git a/x11-base/xorg-x11/xorg-x11-6.8.1.901-r1.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.1.901-r1.ebuild index a72896914175..cdabf0f7b20a 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.1.901-r1.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.1.901-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.1.901-r1.ebuild,v 1.12 2005/01/21 21:26:46 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.1.901-r1.ebuild,v 1.13 2005/01/22 02:21:55 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -752,16 +752,18 @@ host_def_setup() { fi # optimize Mesa for architecture - use_build amd64 HasMMXSupport - use_build amd64 MesaUseMMX + if use amd64; then + use_build amd64 HasMMXSupport + use_build amd64 MesaUseMMX - use_build amd64 Has3DNowSupport - use_build amd64 MesaUse3DNow + use_build amd64 Has3DNowSupport + use_build amd64 MesaUse3DNow - use_build amd64 HasKatmaiSupport - use_build amd64 MesaUseKatmai - use_build amd64 HasSSESupport - use_build amd64 MesaUseSSE + use_build amd64 HasKatmaiSupport + use_build amd64 MesaUseKatmai + use_build amd64 HasSSESupport + use_build amd64 MesaUseSSE + fi # Do we want the glx extension? This will turn off XF86DRI if it's off. # DRI can't build if glx isn't built, so keep this below DRI define. diff --git a/x11-base/xorg-x11/xorg-x11-6.8.1.902.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.1.902.ebuild index 1605a80a89f4..6c8b91137a6e 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.1.902.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.1.902.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.1.902.ebuild,v 1.17 2005/01/21 21:26:46 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.1.902.ebuild,v 1.18 2005/01/22 02:21:55 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -752,16 +752,18 @@ host_def_setup() { fi # optimize Mesa for architecture - use_build amd64 HasMMXSupport - use_build amd64 MesaUseMMX + if use amd64; then + use_build amd64 HasMMXSupport + use_build amd64 MesaUseMMX - use_build amd64 Has3DNowSupport - use_build amd64 MesaUse3DNow + use_build amd64 Has3DNowSupport + use_build amd64 MesaUse3DNow - use_build amd64 HasKatmaiSupport - use_build amd64 MesaUseKatmai - use_build amd64 HasSSESupport - use_build amd64 MesaUseSSE + use_build amd64 HasKatmaiSupport + use_build amd64 MesaUseKatmai + use_build amd64 HasSSESupport + use_build amd64 MesaUseSSE + fi # Do we want the glx extension? This will turn off XF86DRI if it's off. # DRI can't build if glx isn't built, so keep this below DRI define. |