diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-16 19:23:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-16 19:23:34 +0000 |
commit | 25725d6ffb1985a613de587177d86d99174f5762 (patch) | |
tree | a3f27732320c18065482eb105686abef1e7019df /editors/openoffice-3/files/patch-configure | |
parent | Updated to version 1.14 (diff) |
First cut at configuration patches. This is very much a WIP, and I welcome
others to work on it too.
Diffstat (limited to 'editors/openoffice-3/files/patch-configure')
-rw-r--r-- | editors/openoffice-3/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-configure b/editors/openoffice-3/files/patch-configure new file mode 100644 index 000000000000..744225fe9d31 --- /dev/null +++ b/editors/openoffice-3/files/patch-configure @@ -0,0 +1,11 @@ +--- config_office/configure.orig Thu Oct 12 02:34:03 2000 ++++ config_office/configure Fri Oct 13 17:52:25 2000 +@@ -739,7 +739,7 @@ + echo $ac_n "checking the operating system""... $ac_c" 1>&6 + echo "configure:741: checking the operating system" >&5 + _os=`uname` +-if test "$_os" = "SunOS" -o "$_os" = "Linux" -o "$_os" = "WINNT" -o "$_os" = "Darwin"; then ++if test "$_os" = "SunOS" -o "$_os" = "Linux" -o "$_os" = "WINNT" -o "$_os" = "Darwin" -o "$_os" = "FreeBSD"; then + echo "$ac_t""checked ($_os)" 1>&6 + else + { echo "configure: error: $_os operating system is not suitable to build OpenOffice!" 1>&2; exit 1; } |