diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-23 00:01:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-23 00:01:53 +0000 |
commit | eafd46a76b043416dced8af9f66ead32181f4aa4 (patch) | |
tree | 7365216eda490b49a0e138529a1ea692acf973ba /games-arcade | |
parent | no stripping please. bug #137669 reported by Tristan Heaven (diff) | |
download | historical-eafd46a76b043416dced8af9f66ead32181f4aa4.tar.gz historical-eafd46a76b043416dced8af9f66ead32181f4aa4.tar.bz2 historical-eafd46a76b043416dced8af9f66ead32181f4aa4.zip |
avoid prestripping binaries (bug #137672) - patch from Tristan Heaven
Package-Manager: portage-2.1.1_pre1-r1
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/tomatoes/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/tomatoes/tomatoes-1.55-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games-arcade/tomatoes/ChangeLog b/games-arcade/tomatoes/ChangeLog index 8b68a919a573..629930145621 100644 --- a/games-arcade/tomatoes/ChangeLog +++ b/games-arcade/tomatoes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/tomatoes # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.11 2006/04/13 20:26:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.12 2006/06/23 00:01:53 mr_bones_ Exp $ + + 23 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> + tomatoes-1.55-r1.ebuild: + avoid prestripping binaries (bug #137672) - patch from Tristan Heaven 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> -tomatoes-1.55.ebuild: Cleaning up older ebuilds. diff --git a/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild b/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild index c70e9f5da800..31da57863c8d 100644 --- a/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild +++ b/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild,v 1.4 2006/04/13 20:25:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild,v 1.5 2006/06/23 00:01:53 mr_bones_ Exp $ inherit eutils games @@ -40,6 +40,7 @@ src_unpack() { -e '/^CC/d' \ -e '/^MARCH/d' \ -e "/^CFLAGS/s/=.*$/= ${CFLAGS} \$(SDL_FLAGS)/" \ + -e "/^LDFLAGS/s/-s$/${LDFLAGS}/" \ -e "/^MPKDIR = /s:./:${GAMES_DATADIR}/${PN}/:" \ -e "/^MUSICDIR = /s:./music/:${GAMES_DATADIR}/${PN}/music/:" \ -e "/^HISCOREDIR = /s:./:${GAMES_STATEDIR}/${PN}/:" \ @@ -48,7 +49,7 @@ src_unpack() { makefile \ || die "sed failed" - epatch ${FILESDIR}/${P}-c_str.patch + epatch "${FILESDIR}"/${P}-c_str.patch } src_install() { |