diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-22 23:16:35 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-22 23:16:35 +0000 |
commit | bd7bb2088f3881f62dd636e1fd9d5fe6d85e976a (patch) | |
tree | 45aac0a9d3d56f065a68c00f7a247160aba80f04 /editors/openoffice-3-devel | |
parent | Same as linux. We have <poll.h>. (diff) |
Readd removed BSD support. test(1) is in /bin.
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-setup2+script+setupserver | 8 | ||||
-rw-r--r-- | editors/openoffice-3-devel/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/editors/openoffice-3-devel/files/patch-setup2+script+setupserver b/editors/openoffice-3-devel/files/patch-setup2+script+setupserver index 7d3b13f659b9..450ea386c841 100644 --- a/editors/openoffice-3-devel/files/patch-setup2+script+setupserver +++ b/editors/openoffice-3-devel/files/patch-setup2+script+setupserver @@ -1,10 +1,10 @@ ---- ../setup2/script/setupserver.orig Sat Apr 6 12:22:21 2002 -+++ ../setup2/script/setupserver Wed May 1 22:30:13 2002 +--- ../setup2/script/setupserver.orig Fri Nov 17 12:29:29 2000 ++++ ../setup2/script/setupserver Fri Oct 18 23:47:09 2002 @@ -234,6 +234,7 @@ sd_platform=`uname -s` case $sd_platform in SCO_SV) test=/bin/test ;; -+ FreeBSD) test=/bin/test ;; - NetBSD) test=/bin/test ;; ++ FreeBSD) test=/bin/test ;; *) test=/usr/bin/test ;; esac + sd_cwd="`pwd`" diff --git a/editors/openoffice-3-devel/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh b/editors/openoffice-3-devel/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh index 1919789038db..f199b18823e1 100644 --- a/editors/openoffice-3-devel/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh +++ b/editors/openoffice-3-devel/files/patch-setup2+source+custom+jvmsetup+loader+jvmsetup.sh @@ -1,9 +1,9 @@ ---- ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh.orig Sat Apr 6 12:22:21 2002 -+++ ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh Wed May 1 22:38:21 2002 -@@ -66,6 +66,7 @@ +--- ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh.orig Fri Jun 14 15:36:11 2002 ++++ ../setup2/source/custom/jvmsetup/loader/jvmsetup.sh Fri Oct 18 23:45:45 2002 +@@ -65,6 +65,7 @@ + sd_platform=`uname -s` case $sd_platform in SCO_SV) test=/bin/test ;; - NetBSD) test=/bin/test ;; + FreeBSD) test=/bin/test ;; *) test=/usr/bin/test ;; esac |