diff options
Diffstat (limited to 'editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_misc.h')
-rw-r--r-- | editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_misc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_misc.h b/editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_misc.h new file mode 100644 index 000000000000..391667b66ebd --- /dev/null +++ b/editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_misc.h @@ -0,0 +1,11 @@ +--- ../desktop/source/pkgchk/pkgchk_misc.h.orig Wed Mar 5 20:51:46 2003 ++++ ../desktop/source/pkgchk/pkgchk_misc.h Wed Mar 5 20:52:45 2003 +@@ -208,6 +208,8 @@ + #define THIS_PLATFORM_PATH "/macosx_powerpc.plt" + #elif defined (NETBSD) && defined (SPARC) + #define THIS_PLATFORM_PATH "/netbsd_sparc.plt" ++#elif defined (FREEBSD) && defined (INTEL) ++#define THIS_PLATFORM_PATH "/freebsd_x86.plt" + #else + #error "unknown platform" + insert your platform identifier above; inserted for the case the preprocessor ignores error |