diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 11:24:52 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 11:24:52 +0000 |
commit | c1d6783019f128fd7f6ed517f21b208104786c5f (patch) | |
tree | 011e24d7ef3da7b77f64ac1a5ccb5ec34231c737 /editors/openoffice.org-1.1 | |
parent | 04c2078afa2840aa9e246e203714bbff5258e139 (diff) | |
download | ports-c1d6783019f128fd7f6ed517f21b208104786c5f.tar.gz ports-c1d6783019f128fd7f6ed517f21b208104786c5f.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r-- | editors/openoffice.org-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice.org-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx new file mode 100644 index 000000000000..8615cc3bd023 --- /dev/null +++ b/editors/openoffice.org-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx @@ -0,0 +1,11 @@ +--- ../desktop/source/pkgchk/pkgchk_packages.cxx.orig Mon Oct 21 13:19:59 2002 ++++ ../desktop/source/pkgchk/pkgchk_packages.cxx Mon Oct 21 13:22:22 2002 +@@ -124,6 +124,8 @@ + static char const s_platform_path [] = "/macosx_powerpc.plt"; + #elif defined (NETBSD) && defined (SPARC) + static char const s_platform_path [] = "/netbsd_sparc.plt"; ++#elif defined (FREEBSD) && defined (INTEL) ++static char const s_platform_path [] = "/freebsd_x86.plt"; + #else + #error "unkonwn platform" + insert your platform identifier above; inserted for the case the preprocessor ignores error |