diff options
author | 2009-09-30 04:58:32 +0000 | |
---|---|---|
committer | 2009-09-30 04:58:32 +0000 | |
commit | 35eec00c1b13abb2057ec6ac44fb96ad12199979 (patch) | |
tree | 7d767431ec618570c0263bd18d09d22cfe0abbe0 /x11-misc/lsw | |
parent | Spelling. (diff) | |
download | gentoo-2-35eec00c1b13abb2057ec6ac44fb96ad12199979.tar.gz gentoo-2-35eec00c1b13abb2057ec6ac44fb96ad12199979.tar.bz2 gentoo-2-35eec00c1b13abb2057ec6ac44fb96ad12199979.zip |
Respect CC.
(Portage version: 2.2_rc42/cvs/Linux i686)
Diffstat (limited to 'x11-misc/lsw')
-rw-r--r-- | x11-misc/lsw/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/lsw/lsw-0.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/lsw/ChangeLog b/x11-misc/lsw/ChangeLog index 0622f400aa3a..8b170c0a6279 100644 --- a/x11-misc/lsw/ChangeLog +++ b/x11-misc/lsw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/lsw -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/ChangeLog,v 1.2 2008/09/10 20:06:47 coldwind Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/ChangeLog,v 1.3 2009/09/30 04:58:32 jer Exp $ + + 30 Sep 2009; Jeroen Roovers <jer@gentoo.org> lsw-0.1.ebuild: + Respect CC. 10 Sep 2008; Santiago M. Mola <coldwind@gentoo.org> lsw-0.1.ebuild: amd64 stable diff --git a/x11-misc/lsw/lsw-0.1.ebuild b/x11-misc/lsw/lsw-0.1.ebuild index 47ee52e9ba95..94fb86bbfe30 100644 --- a/x11-misc/lsw/lsw-0.1.ebuild +++ b/x11-misc/lsw/lsw-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/lsw-0.1.ebuild,v 1.2 2008/09/10 20:06:47 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/lsw-0.1.ebuild,v 1.3 2009/09/30 04:58:32 jer Exp $ inherit toolchain-funcs @@ -26,6 +26,7 @@ src_unpack() { Makefile || die "sed failed" sed -i \ + -e '/^CC/d' \ -e "s/CFLAGS = -Os/CFLAGS +=/" \ -e "s/LDFLAGS =/LDFLAGS +=/" \ config.mk || die "sed failed" |