summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-01-31 22:44:55 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-01-31 22:44:55 +0000
commit30043f6bdce7d33f38f533d77e032f55f9023df1 (patch)
treecfb2c99ae7392ab96d7c86f09abd0eb7a893348d /dev-java/rhino/rhino-1.5.5-r1.ebuild
parentCleanup autotools stuff. (diff)
downloadgentoo-2-30043f6bdce7d33f38f533d77e032f55f9023df1.tar.gz
gentoo-2-30043f6bdce7d33f38f533d77e032f55f9023df1.tar.bz2
gentoo-2-30043f6bdce7d33f38f533d77e032f55f9023df1.zip
added a patch to fix compilation with jdk1.5, fixes bug #80257
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-java/rhino/rhino-1.5.5-r1.ebuild')
-rw-r--r--dev-java/rhino/rhino-1.5.5-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/rhino/rhino-1.5.5-r1.ebuild b/dev-java/rhino/rhino-1.5.5-r1.ebuild
index 4dff9daa5ad5..ec3f75d806dc 100644
--- a/dev-java/rhino/rhino-1.5.5-r1.ebuild
+++ b/dev-java/rhino/rhino-1.5.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5.5-r1.ebuild,v 1.2 2005/01/29 21:23:03 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5.5-r1.ebuild,v 1.3 2005/01/31 22:44:55 luckyduck Exp $
inherit eutils java-pkg
@@ -23,6 +23,7 @@ src_unpack() {
unpack ${MY_P}.zip
cd ${S}
mkdir build/
+ epatch ${FILESDIR}/${PV}_jdk15.patch
epatch ${FILESDIR}/00_dont-fetch-swing-ex.patch
cp ${DISTDIR}/rhino-swing-ex-1.0.zip build/swingExSrc.zip || die "unpack error"