aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-setup2+source+custom+jvmsetup+unx+jvmscan.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/patch-setup2+source+custom+jvmsetup+unx+jvmscan.cxx')
-rw-r--r--editors/openoffice-1.0/files/patch-setup2+source+custom+jvmsetup+unx+jvmscan.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/openoffice-1.0/files/patch-setup2+source+custom+jvmsetup+unx+jvmscan.cxx b/editors/openoffice-1.0/files/patch-setup2+source+custom+jvmsetup+unx+jvmscan.cxx
deleted file mode 100644
index 61a769b34585..000000000000
--- a/editors/openoffice-1.0/files/patch-setup2+source+custom+jvmsetup+unx+jvmscan.cxx
+++ /dev/null
@@ -1,13 +0,0 @@
---- ../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