summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2006-12-03 17:22:25 +0000
committerLars Weiler <pylon@gentoo.org>2006-12-03 17:22:25 +0000
commita87e6e8d9aa00433950b946ba6bcffbbad4cef30 (patch)
treeb86165492fc45e761f674c3fedb4115eac97487e /games-simulation
parentFix eselect-timidity dependency. (diff)
downloadgentoo-2-a87e6e8d9aa00433950b946ba6bcffbbad4cef30.tar.gz
gentoo-2-a87e6e8d9aa00433950b946ba6bcffbbad4cef30.tar.bz2
gentoo-2-a87e6e8d9aa00433950b946ba6bcffbbad4cef30.zip
Fixed pre-stripping of binaries; bug #137822.
(Portage version: 2.1.2_rc2-r4)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/openttd/ChangeLog6
-rw-r--r--games-simulation/openttd/openttd-0.4.8.ebuild4
2 files changed, 8 insertions, 2 deletions
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 <pylon@gentoo.org> -openttd-0.4.0.1-r1.ebuild,
+ openttd-0.4.8.ebuild:
+ Fixed pre-stripping of binaries; bug #137822.
06 Oct 2006; Michael Sterrett <mr_bones_@gentoo.org>
-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() {