summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea6-native-1.8.11/icedtea-fix-jar-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/icedtea/icedtea6-native-1.8.11/icedtea-fix-jar-path.patch')
-rw-r--r--recipes-core/icedtea/icedtea6-native-1.8.11/icedtea-fix-jar-path.patch13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index 57543fb..0000000
--- a/recipes-core/icedtea/icedtea6-native-1.8.11/icedtea-fix-jar-path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
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 \