summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea6-native-1.8.11
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-12-20 01:39:30 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-12-21 21:07:29 +0100
commit314631bf01cefcaa0fa5e0a5a6edb6e9cedca415 (patch)
treea887a2956f363627150ebbbfbd896225159fd20d /recipes-core/icedtea/icedtea6-native-1.8.11
parent1189bc2d8b7b3c5c3f365e59bc0b75c0e9015b15 (diff)
downloadmeta-java-314631bf01cefcaa0fa5e0a5a6edb6e9cedca415.tar.gz
icedtea6-native: add the jar-rhino-rewriter-fix
*bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/icedtea/icedtea6-native-1.8.11')
-rw-r--r--recipes-core/icedtea/icedtea6-native-1.8.11/icedtea-fix-jar-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea6-native-1.8.11/icedtea-fix-jar-path.patch b/recipes-core/icedtea/icedtea6-native-1.8.11/icedtea-fix-jar-path.patch
new file mode 100644
index 0000000..57543fb
--- /dev/null
+++ b/recipes-core/icedtea/icedtea6-native-1.8.11/icedtea-fix-jar-path.patch
@@ -0,0 +1,13 @@
1Index: icedtea6-1.8.11/Makefile.am
2===================================================================
3--- icedtea6-1.8.11.orig/Makefile.am 2011-12-20 00:49:21.000000000 +0100
4+++ icedtea6-1.8.11/Makefile.am 2011-12-20 01:07:08.431134312 +0100
5@@ -1877,7 +1877,7 @@
6 stamps/rewrite-rhino.stamp: stamps/rewriter.stamp $(RHINO_JAR)
7 if WITH_RHINO
8 mkdir -p rhino/rhino.{old,new}
9- (cd rhino/rhino.old ; jar xf $(RHINO_JAR))
10+ (cd rhino/rhino.old ; $(ICEDTEA_BOOT_DIR)/bin/jar xf $(RHINO_JAR))
11 $(ICEDTEA_BOOT_DIR)/bin/java -cp $(abs_top_builddir)/rewriter \
12 com.redhat.rewriter.ClassRewriter \
13 $(abs_top_builddir)/rhino/rhino.old $(abs_top_builddir)/rhino/rhino.new \