Author: sls Date: Wed Jan 3 17:05:13 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - maybe openoffice can build with java-sun-1.6 ?
---- Files affected: SOURCES: openoffice.org-java16.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/openoffice.org-java16.patch diff -u /dev/null SOURCES/openoffice.org-java16.patch:1.1 --- /dev/null Wed Jan 3 18:05:13 2007 +++ SOURCES/openoffice.org-java16.patch Wed Jan 3 18:05:08 2007 @@ -0,0 +1,19 @@ +--- ooo-build-ooe680-m6/patches/src680/build-java-target.diff.orig 2007-01-03 17:45:00.457170750 +0100 ++++ ooo-build-ooe680-m6/patches/src680/build-java-target.diff 2007-01-03 17:46:25.814505250 +0100 +@@ -18,7 +18,7 @@ + AC_ARG_ENABLE(gcjaot, + [ --enable-gcjaot Build with[[out]] using Ahead of Time java compilation support. + If you have gcj installed then --enable-gcjaot will enable gcj ahead of time +-@@ -2308,6 +2319,43 @@ ++@@ -2308,6 +2319,44 @@ + JAVA_HOME=NO_JAVA_HOME ; export JAVA_HOME + fi + +@@ -51,6 +51,7 @@ + + "$_java_target_ver" = "1.3" -o \ + + "$_java_target_ver" = "1.4" -o \ + + "$_java_target_ver" = "1.5" -o \ +++ "$_java_target_ver" = "1.6" -o \ + + "$_java_target_ver" = "5" ; then + + AC_MSG_ERROR([$_java_target_ver is not supported java bytecode version!]) + + fi ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
