diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-08 01:55:25 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-08 01:55:25 +0000 |
commit | 524d79e3ba89f884d8968a778abf3863af290be4 (patch) | |
tree | 102d2bae7fb04f321070da95988441b3a1ae871f /x11-base | |
parent | Stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-524d79e3ba89f884d8968a778abf3863af290be4.tar.gz gentoo-2-524d79e3ba89f884d8968a778abf3863af290be4.tar.bz2 gentoo-2-524d79e3ba89f884d8968a778abf3863af290be4.zip |
Use gcc-getCC instead of manual hack.
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 5 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.0.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index 35e7ddeafe66..0bb0d6b2b873 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.9 2004/04/07 23:14:53 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.10 2004/04/08 01:55:25 spyderous Exp $ + + 07 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.7.0.ebuild: + Use gcc-getCC instead of manual hack. 07 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.7.0.ebuild: PATCH_VER 0.2. Added 9400_all_4.3.0-mkcfm-FHS-install.patch to fix hard-coded diff --git a/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild b/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild index 9d474b5ba249..bef3d8e4bf3a 100644 --- a/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild,v 1.8 2004/04/07 23:14:53 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild,v 1.9 2004/04/08 01:55:25 spyderous Exp $ # This is a snapshot of the XORG-RELEASE-1 branch. @@ -202,11 +202,8 @@ pkg_setup() { # <azarah@gentoo.org> (13 Oct 2002) strip-flags - # Check for existence of $CC, we use it later - if [ -z "${CC}" ] - then - die "Please set the CC variable to your compiler. export CC=gcc." - fi + # Set up CC variable, we use it later + gcc-getCC # See bug #35468, circular pam-X11 dep if [ "`use pam`" -a "`best_version x11-base/${PN}`" ] |