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.org-1.1-devel/files/patch-bootstrap.1 | |
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.
Notes
Notes:
svn path=/head/; revision=33903
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/patch-bootstrap.1')
-rw-r--r-- | editors/openoffice.org-1.1-devel/files/patch-bootstrap.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-bootstrap.1 b/editors/openoffice.org-1.1-devel/files/patch-bootstrap.1 new file mode 100644 index 000000000000..fc625e321cca --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-bootstrap.1 @@ -0,0 +1,11 @@ +--- config_office/bootstrap.1.orig Mon Sep 18 09:13:24 2000 ++++ config_office/bootstrap.1 Fri Oct 13 17:51:37 2000 +@@ -9,6 +9,8 @@ + make linux + else if ($platform == "Darwin") then + make macosx ++else if ($platform == "FreeBSD") then ++ make linux + endif + + if "$?" != "0" exit |