diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-14 06:26:29 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-14 06:26:29 +0800 |
commit | 7c38f41fbd522d4459f0b460b0d22f34cb1e6e47 (patch) | |
tree | 66a8a86fea44f84843a7cf94cf86c74b490a1720 /editors/openoffice.org-1.0 | |
parent | edaf772522e720f2a7d7841e2d1af34b9974883f (diff) | |
download | freebsd-ports-gnome-7c38f41fbd522d4459f0b460b0d22f34cb1e6e47.tar.gz freebsd-ports-gnome-7c38f41fbd522d4459f0b460b0d22f34cb1e6e47.tar.zst freebsd-ports-gnome-7c38f41fbd522d4459f0b460b0d22f34cb1e6e47.zip |
Allow use of JDK1.3.1 even if we have no hotspot available. I hope this
will change in near future.
Submitted by: Carlos F. A. Paniago <pan@panix.ecof.org.br>
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-setup2+source+custom+jvmsetup+unx+jvmscan.cxx | 13 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-setup2::source::custom::jvmsetup::unx::jvmscan.cxx | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-setup2+source+custom+jvmsetup+unx+jvmscan.cxx b/editors/openoffice.org-1.0/files/patch-setup2+source+custom+jvmsetup+unx+jvmscan.cxx new file mode 100644 index 000000000000..03c9a5866f23 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-setup2+source+custom+jvmsetup+unx+jvmscan.cxx @@ -0,0 +1,13 @@ +--- ../setup2/source/custom/jvmsetup/unx/jvmscan.cxx.orig Wed Aug 14 00:19:33 2002 ++++ ../setup2/source/custom/jvmsetup/unx/jvmscan.cxx Wed Aug 14 00:20:54 2002 +@@ -117,7 +117,9 @@ + + /* some platforms have no hotspot yet even under jdk 1.3 */ + /* so treat them like classic in JDK 1.2.x */ +-#if defined(POWERPC) && defined(LINUX) ++#if defined(POWERPC) && defined(LINUX) || ++ defined(INTEL) && defined(FREEBSD) ++ + #define NO_HOTSPOT_USE_CLASSIC 1 + #else + #undef NO_HOTSPOT_USE_CLASSIC diff --git a/editors/openoffice.org-1.0/files/patch-setup2::source::custom::jvmsetup::unx::jvmscan.cxx b/editors/openoffice.org-1.0/files/patch-setup2::source::custom::jvmsetup::unx::jvmscan.cxx new file mode 100644 index 000000000000..03c9a5866f23 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-setup2::source::custom::jvmsetup::unx::jvmscan.cxx @@ -0,0 +1,13 @@ +--- ../setup2/source/custom/jvmsetup/unx/jvmscan.cxx.orig Wed Aug 14 00:19:33 2002 ++++ ../setup2/source/custom/jvmsetup/unx/jvmscan.cxx Wed Aug 14 00:20:54 2002 +@@ -117,7 +117,9 @@ + + /* some platforms have no hotspot yet even under jdk 1.3 */ + /* so treat them like classic in JDK 1.2.x */ +-#if defined(POWERPC) && defined(LINUX) ++#if defined(POWERPC) && defined(LINUX) || ++ defined(INTEL) && defined(FREEBSD) ++ + #define NO_HOTSPOT_USE_CLASSIC 1 + #else + #undef NO_HOTSPOT_USE_CLASSIC |