diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-14 09:04:10 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-14 09:04:10 +0000 |
commit | a012a393a7131eb79a856711e7294efb4f9f71a4 (patch) | |
tree | 9635ff16eccf2aeb53cdd54470cf899ffc5c4741 /editors/openoffice.org-1.0 | |
parent | e65542ff1f3a5f7cde046008b900182a6df2b9e8 (diff) | |
download | FreeBSD-ports-a012a393a7131eb79a856711e7294efb4f9f71a4.zip FreeBSD-ports-a012a393a7131eb79a856711e7294efb4f9f71a4.tar.gz |
Add missing newline.
Submitted by: Mathieu Arnold <m@absolight.fr>
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 | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-setup2::source::custom::jvmsetup::unx::jvmscan.cxx | 2 |
2 files changed, 2 insertions, 2 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 index 03c9a58..61a769b 100644 --- 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 @@ -5,7 +5,7 @@ /* 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) || ++#if defined(POWERPC) && defined(LINUX) || \ + defined(INTEL) && defined(FREEBSD) + #define NO_HOTSPOT_USE_CLASSIC 1 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 index 03c9a58..61a769b 100644 --- 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 @@ -5,7 +5,7 @@ /* 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) || ++#if defined(POWERPC) && defined(LINUX) || \ + defined(INTEL) && defined(FREEBSD) + #define NO_HOTSPOT_USE_CLASSIC 1 |