diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /editors/openoffice-1.1/files/patch-configure | |
parent | 8c307777eaf81af4195ae428b3ebbeba734fc5af (diff) |
Notes
Diffstat (limited to 'editors/openoffice-1.1/files/patch-configure')
-rw-r--r-- | editors/openoffice-1.1/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-1.1/files/patch-configure b/editors/openoffice-1.1/files/patch-configure deleted file mode 100644 index 744225fe9d31..000000000000 --- a/editors/openoffice-1.1/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; } |