summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-05-30 02:11:23 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-05-30 02:11:23 +0000
commitdc4338c1e65e7882bd53b5401a2b58d66dc3afba (patch)
tree773321c15cd46271e82549ddc5977d947ac7a08a /dev-lang/mosml
parent(non maintainer commit) Respect CC and QA fixes, bug 243744 by Espen Hustad (diff)
downloadgentoo-2-dc4338c1e65e7882bd53b5401a2b58d66dc3afba.tar.gz
gentoo-2-dc4338c1e65e7882bd53b5401a2b58d66dc3afba.tar.bz2
gentoo-2-dc4338c1e65e7882bd53b5401a2b58d66dc3afba.zip
(non maintainer commit) Fix by Victor Ostorga to no longer pre-strip files, bug 240215
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/mosml')
-rw-r--r--dev-lang/mosml/ChangeLog8
-rw-r--r--dev-lang/mosml/mosml-2.01-r1.ebuild8
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-lang/mosml/ChangeLog b/dev-lang/mosml/ChangeLog
index 29ef4cf1b151..2a51acd27aef 100644
--- a/dev-lang/mosml/ChangeLog
+++ b/dev-lang/mosml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/mosml
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v 1.9 2008/06/06 01:26:53 darkside Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v 1.10 2009/05/30 02:11:23 darkside Exp $
+
+ 30 May 2009; Jeremy Olexa <darkside@gentoo.org> mosml-2.01-r1.ebuild:
+ (non maintainer commit) Fix by Victor Ostorga to no longer pre-strip files,
+ bug 240215
*mosml-2.01-r1 (06 Jun 2008)
diff --git a/dev-lang/mosml/mosml-2.01-r1.ebuild b/dev-lang/mosml/mosml-2.01-r1.ebuild
index ecfb66ed4646..f065eaefa9ea 100644
--- a/dev-lang/mosml/mosml-2.01-r1.ebuild
+++ b/dev-lang/mosml/mosml-2.01-r1.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/dev-lang/mosml/mosml-2.01-r1.ebuild,v 1.1 2008/06/06 01:26:53 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.01-r1.ebuild,v 1.2 2009/05/30 02:11:23 darkside Exp $
inherit eutils
@@ -18,6 +18,10 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-malloc.patch" #154859
+
+ #Fixing pre-stripped files
+ sed -i -e "/STRIP/d" mosmlyac/Makefile || die "sed Makefile failed"
+ sed -i -e "/STRIP/d" runtime/Makefile || die "sed Makefile failed"
}
src_compile() {