diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-03-12 03:25:04 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-03-12 03:25:04 +0000 |
commit | cd2b95e034a7157fc08ae90d3539dc1ba1b38a7d (patch) | |
tree | f8749d756dc22ebe3dfb9f41cffe30a894196058 /x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild | |
parent | Bump x86 to -r1 as well and cleanup the old. (diff) | |
download | gentoo-2-cd2b95e034a7157fc08ae90d3539dc1ba1b38a7d.tar.gz gentoo-2-cd2b95e034a7157fc08ae90d3539dc1ba1b38a7d.tar.bz2 gentoo-2-cd2b95e034a7157fc08ae90d3539dc1ba1b38a7d.zip |
Stop manually setting HasLinuxInput, as it broke BSD and was only needed for 2.2 kernels. So, 2.2 kernels are no longer supported.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild')
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild index e45da3dbae46..112354099efe 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.2-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.2-r1.ebuild,v 1.9 2005/03/12 02:47:50 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild,v 1.10 2005/03/12 03:25:04 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -609,12 +609,6 @@ host_def_setup() { replace-flags "-Os" "-O2" fi - if ( [ -e "${ROOT}/usr/src/linux" ] \ - && ! kernel_is "2" "2" ) \ - || [ "$(uname -r | cut -d. -f1,2)" != "2.2" ]; then - echo "#define HasLinuxInput YES" >> ${HOSTCONF} - fi - echo "#define CcCmd $(tc-getCC)" >> ${HOSTCONF} echo "#define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs" >> ${HOSTCONF} echo "#define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs" >> ${HOSTCONF} |