From: Lars Weiler Date: Sun, 3 Dec 2006 17:22:25 +0000 (+0000) Subject: Fixed pre-stripping of binaries; bug #137822. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0107b091703d22624e52f554deaffb46969ba13a;p=gentoo.git Fixed pre-stripping of binaries; bug #137822. Package-Manager: portage-2.1.2_rc2-r4 --- diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index a5aa95fadbd5..f1dada567232 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.29 2006/10/06 16:36:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.30 2006/12/03 17:22:25 pylon Exp $ + + 03 Dec 2006; Lars Weiler -openttd-0.4.0.1-r1.ebuild, + openttd-0.4.8.ebuild: + Fixed pre-stripping of binaries; bug #137822. 06 Oct 2006; Michael Sterrett -openttd-0.4.7.ebuild, -openttd-0.4.8_rc1.ebuild, diff --git a/games-simulation/openttd/openttd-0.4.8.ebuild b/games-simulation/openttd/openttd-0.4.8.ebuild index aa82c3dbd7c2..324b28bfead7 100644 --- a/games-simulation/openttd/openttd-0.4.8.ebuild +++ b/games-simulation/openttd/openttd-0.4.8.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-simulation/openttd/openttd-0.4.8.ebuild,v 1.5 2006/08/21 07:58:38 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.4.8.ebuild,v 1.6 2006/12/03 17:22:25 pylon Exp $ inherit eutils games @@ -35,6 +35,8 @@ src_unpack() { unpack ${SCENARIOS_A} fi cd ${S} + # Don't pre-strip binaries (bug #137822) + sed -i '/+= -s$/s/-s//' Makefile || die "sed failed" } src_compile() {