diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-06-24 20:57:16 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-06-24 20:57:16 +0000 |
commit | a23df1530599f85022c03a19a84dc8f727c50e3a (patch) | |
tree | 8d94fdfdf28cbdd8922d4ccc5f6117be0c163fb1 /dev-java/gnu-classpath/gnu-classpath-0.90.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-a23df1530599f85022c03a19a84dc8f727c50e3a.tar.gz gentoo-2-a23df1530599f85022c03a19a84dc8f727c50e3a.tar.bz2 gentoo-2-a23df1530599f85022c03a19a84dc8f727c50e3a.zip |
Added comments to the ebuild about fastjar wrt bug #135688.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'dev-java/gnu-classpath/gnu-classpath-0.90.ebuild')
-rw-r--r-- | dev-java/gnu-classpath/gnu-classpath-0.90.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-java/gnu-classpath/gnu-classpath-0.90.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.90.ebuild index c26288df8f81..2911c896f02e 100644 --- a/dev-java/gnu-classpath/gnu-classpath-0.90.ebuild +++ b/dev-java/gnu-classpath/gnu-classpath-0.90.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/dev-java/gnu-classpath/gnu-classpath-0.90.ebuild,v 1.9 2006/06/24 20:49:51 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.90.ebuild,v 1.10 2006/06/24 20:57:16 betelgeuse Exp $ inherit eutils @@ -55,8 +55,10 @@ src_compile() { # Another possibility would be ECJ (from Eclipse). local compiler="--with-jikes" - # Disabling fastjar as some people have broken wrappers in /usr/bin - # Also lowers the combination of used tools to help debugging. + # Now this detects fastjar automatically and some people have broken + # wrappers in /usr/bin by eselect-compiler. Unfortunately + # --without-fastjar does not seem to work. + # http://bugs.gentoo.org/show_bug.cgi?id=135688 econf ${compiler} \ $(use_enable alsa) \ $(use_enable cairo gtk-cairo) \ @@ -66,7 +68,6 @@ src_compile() { $(use_enable xml xmlj) \ $(use_enable dssi ) \ --enable-jni \ - --without-fastjar \ --disable-dependency-tracking \ || die "configure failed" # disabled for now... see above. |