diff options
author | Mike Pagano <mpagano@gentoo.org> | 2009-01-03 21:08:10 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2009-01-03 21:08:10 +0000 |
commit | f56d74156ad9e6a8781ef7208f3c7b0d7c418704 (patch) | |
tree | 2b28660caad90fbe41dcc4a110800818b0d1b0e2 /app-text/7plus | |
parent | Version bump to match sys-boot/grub (diff) | |
download | gentoo-2-f56d74156ad9e6a8781ef7208f3c7b0d7c418704.tar.gz gentoo-2-f56d74156ad9e6a8781ef7208f3c7b0d7c418704.tar.bz2 gentoo-2-f56d74156ad9e6a8781ef7208f3c7b0d7c418704.zip |
Fix for respecting CFLAGS bug #240125 and prestriping binaries bug #240108. Patch submitted by Thomas Beierlein. Thank-you, Thomas.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)
Diffstat (limited to 'app-text/7plus')
-rw-r--r-- | app-text/7plus/7plus-2.25.ebuild | 9 | ||||
-rw-r--r-- | app-text/7plus/ChangeLog | 8 |
2 files changed, 11 insertions, 6 deletions
diff --git a/app-text/7plus/7plus-2.25.ebuild b/app-text/7plus/7plus-2.25.ebuild index c88821f725ee..879799c8dbe9 100644 --- a/app-text/7plus/7plus-2.25.ebuild +++ b/app-text/7plus/7plus-2.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/7plus-2.25.ebuild,v 1.6 2005/05/30 18:15:07 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/7plus-2.25.ebuild,v 1.7 2009/01/03 21:08:10 mpagano Exp $ inherit toolchain-funcs @@ -19,9 +19,10 @@ RDEPEND="" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -e "s:CC = gcc:CC = $(tc-getCC):" \ - -e "s:-O2:${CFLAGS}:" linux.mak > Makefile \ + -e "s:= -O2:+=:" \ + -e "s:LDFLAGS = -s:LDFLAGS =:" linux.mak > Makefile \ || die "sed Makefile failed" } diff --git a/app-text/7plus/ChangeLog b/app-text/7plus/ChangeLog index dcec191c4d71..88f307c4bb15 100644 --- a/app-text/7plus/ChangeLog +++ b/app-text/7plus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/7plus -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/ChangeLog,v 1.6 2007/05/14 20:13:35 bangert Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/ChangeLog,v 1.7 2009/01/03 21:08:10 mpagano Exp $ + + 03 Jan 2009; Mike Pagano <mpagano@gentoo.org> 7plus-2.25.ebuild: + Fix for respecting CFLAGS bug #240125 and prestriping binaries bug #240108. + Patch submitted by Thomas Beierlein. Thank-you, Thomas. 14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> |