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-3-devel | |
parent | Unbreak on -current. This should unlock another 6 ports that depend on this one. (diff) |
Add FreeBSD case.
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
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 |