changeset in /hg/icedtea6: Fix build breakage.

Andrew John Hughes ahughes at redhat.com
Fri Feb 13 17:12:57 PST 2009


changeset 9708fffb863d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=9708fffb863d
description:
	Fix build breakage.

	2009-02-13  Andrew John Hughes  <ahughes at redhat.com>

		* acinclude.m4:
		Revert Rhino change so IcedTea6 builds
		on Gentoo again.

diffstat:

2 files changed, 10 insertions(+), 2 deletions(-)
ChangeLog    |    8 ++++++++
acinclude.m4 |    4 ++--

diffs (38 lines):

diff -r 2f6c82818e1d -r 9708fffb863d ChangeLog
--- a/ChangeLog	Sat Feb 14 00:44:26 2009 +0000
+++ b/ChangeLog	Sat Feb 14 01:12:44 2009 +0000
@@ -1,5 +1,12 @@ 2009-02-12  Andrew John Hughes  <ahughes
 2009-02-12  Andrew John Hughes  <ahughes at redhat.com>
 
+	* acinclude.m4:
+	Revert Rhino change so IcedTea6 builds
+	on Gentoo again.
+	
+2009-02-12  Andrew John Hughes  <ahughes at redhat.com>
+
+	* patches/ecj/icedtea-hotspot-14.0b08.patch,
 	* patches/hotspot/14.0b08/icedtea-6791168.patch,
 	* patches/hotspot/14.0b08/icedtea-bytecodeInterpreter.patch,
 	* patches/hotspot/14.0b08/icedtea-core-build.patch,
@@ -26,6 +33,7 @@ 2009-02-12  Andrew John Hughes  <ahughes
 	* patches/hotspot/14.0b08/icedtea-zero-build.patch: Moved...
 	* acinclude.m4: Make 'default' the default.
 	* hotspot.map: Change 14.0b08 to default.
+	* patches/ecj/icedtea-hotspot-default.patch,
 	* patches/hotspot/default/icedtea-6791168.patch,
 	* patches/hotspot/default/icedtea-bytecodeInterpreter.patch,
 	* patches/hotspot/default/icedtea-core-build.patch,
diff -r 2f6c82818e1d -r 9708fffb863d acinclude.m4
--- a/acinclude.m4	Sat Feb 14 00:44:26 2009 +0000
+++ b/acinclude.m4	Sat Feb 14 01:12:44 2009 +0000
@@ -588,8 +588,8 @@ AC_DEFUN([FIND_RHINO_JAR],
       RHINO_JAR=/usr/share/java/rhino.jar
     elif test -e "/usr/share/java/js.jar"; then
       RHINO_JAR=/usr/share/java/js.jar
-    elif test -e "/usr/share/rhino-1.7/lib/js.jar"; then
-      RHINO_JAR=/usr/share/rhino-1.7/lib/js.jar
+    elif test -e "/usr/share/rhino-1.6/lib/js.jar"; then
+      RHINO_JAR=/usr/share/rhino-1.6/lib/js.jar
     fi
     if test x"${RHINO_JAR}" = "xyes"; then
       AC_MSG_RESULT([not found])



More information about the distro-pkg-dev mailing list