diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-04-21 08:36:21 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-04-21 08:36:21 +0000 |
commit | af55bcff047ea94e9cbc5e488bd5fedaff8bdb75 (patch) | |
tree | 135789602a3c1dea5a3d90efc1ea8b40094d39b2 /dev-lang/rubinius | |
parent | Version bump (diff) | |
download | gentoo-2-af55bcff047ea94e9cbc5e488bd5fedaff8bdb75.tar.gz gentoo-2-af55bcff047ea94e9cbc5e488bd5fedaff8bdb75.tar.bz2 gentoo-2-af55bcff047ea94e9cbc5e488bd5fedaff8bdb75.zip |
Remove debugging and error CFLAGS, bug 463744.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-lang/rubinius')
-rw-r--r-- | dev-lang/rubinius/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild | 11 |
2 files changed, 15 insertions, 4 deletions
diff --git a/dev-lang/rubinius/ChangeLog b/dev-lang/rubinius/ChangeLog index 4e6fff9fc096..547424750cfe 100644 --- a/dev-lang/rubinius/ChangeLog +++ b/dev-lang/rubinius/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/rubinius -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.10 2012/10/22 16:54:56 graaff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.11 2013/04/21 08:36:21 graaff Exp $ + + 21 Apr 2013; Hans de Graaff <graaff@gentoo.org> + rubinius-1.2.4.20110705.ebuild: + Remove debugging and error CFLAGS, bug 463744. 22 Oct 2012; Hans de Graaff <graaff@gentoo.org> rubinius-1.2.4.20110705.ebuild: diff --git a/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild b/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild index 7c072476b3c6..a19edc77816e 100644 --- a/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild +++ b/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild,v 1.5 2012/10/22 16:54:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-1.2.4.20110705.ebuild,v 1.6 2013/04/21 08:36:21 graaff Exp $ EAPI=4 inherit eutils flag-o-matic multilib versionator @@ -30,6 +30,13 @@ pkg_setup() { unset RUBYOPT } +src_prepare() { + # Drop error CFLAGS per Gentoo policy. + sed -i -e '/Werror/ s:^:#:' rakelib/blueprint.rb || die + + sed -i -e 's/-ggdb3//' vm/test/one.sh vm/external_libs/libtommath/makefile vm/external_libs/libgdtoa/Makefile rakelib/ext_helper.rb lib/rbconfig.rb lib/ext/melbourne/extconf.rb || die +} + src_configure() { #Rubinius uses a non-autoconf ./configure script which balks at econf ./configure --skip-prebuilt \ |