diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-09 20:22:40 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-09 20:22:40 +0000 |
commit | 0b86b0e051e94fb52ba4c096342cfd1fdfaf91e6 (patch) | |
tree | 95995016f1bb9acad03bee3545b82495a0ab4fd3 /dev-lang/ruby/ruby-1.8.2_pre3.ebuild | |
parent | Compile fix for ppc-macos. (Manifest recommit) (diff) | |
download | gentoo-2-0b86b0e051e94fb52ba4c096342cfd1fdfaf91e6.tar.gz gentoo-2-0b86b0e051e94fb52ba4c096342cfd1fdfaf91e6.tar.bz2 gentoo-2-0b86b0e051e94fb52ba4c096342cfd1fdfaf91e6.zip |
Apply oniguruma fix patch on all arches.
Diffstat (limited to 'dev-lang/ruby/ruby-1.8.2_pre3.ebuild')
-rw-r--r-- | dev-lang/ruby/ruby-1.8.2_pre3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-lang/ruby/ruby-1.8.2_pre3.ebuild b/dev-lang/ruby/ruby-1.8.2_pre3.ebuild index 49a1530626fe..ad7044b208be 100644 --- a/dev-lang/ruby/ruby-1.8.2_pre3.ebuild +++ b/dev-lang/ruby/ruby-1.8.2_pre3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.2_pre3.ebuild,v 1.2 2004/11/08 05:20:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.2_pre3.ebuild,v 1.3 2004/11/09 20:22:40 usata Exp $ ONIGURUMA="onigd2_3_2" @@ -38,9 +38,7 @@ src_unpack() { if use cjk ; then einfo "Applying ${ONIGURUMA}" pushd ${WORKDIR}/oniguruma - if use ppc || use ppc64 || use alpha ; then - epatch ${FILESDIR}/oniguruma-2.3.1-fix-ppc.patch - fi + epatch ${FILESDIR}/oniguruma-2.3.1-gentoo.patch econf --with-rubydir=${S} || die "econf failed" make ${SLOT/./} popd |