diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-21 19:24:52 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-21 19:24:52 +0800 |
commit | ba517233abd9b148e3e817ba5763d120eb7a5092 (patch) | |
tree | f6c60d996c743e1629dcb02fd08eb48df0e4ee3c /editors/openoffice-1.1 | |
parent | 9b63f90a68f374698ed7c2ad0b3cdadf5f65063b (diff) | |
download | freebsd-ports-gnome-ba517233abd9b148e3e817ba5763d120eb7a5092.tar.gz freebsd-ports-gnome-ba517233abd9b148e3e817ba5763d120eb7a5092.tar.zst freebsd-ports-gnome-ba517233abd9b148e3e817ba5763d120eb7a5092.zip |
Add FreeBSD case.
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx b/editors/openoffice-1.1/files/patch-desktop+source+pkgchk+pkgchk_packages.cxx new file mode 100644 index 000000000000..8615cc3bd023 --- /dev/null +++ b/editors/openoffice-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 |