From c1d6783019f128fd7f6ed517f21b208104786c5f Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Mon, 21 Oct 2002 11:24:52 +0000 Subject: Add FreeBSD case. --- .../files/patch-desktop+source+pkgchk+pkgchk_packages.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/openoffice-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx (limited to 'editors/openoffice-3-devel') diff --git a/editors/openoffice-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx new file mode 100644 index 000000000000..8615cc3bd023 --- /dev/null +++ b/editors/openoffice-3-devel/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 -- cgit v1.2.3