summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/patch-solenv+bin+build.pl
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.0/files/patch-solenv+bin+build.pl')
-rw-r--r--editors/openoffice.org-1.0/files/patch-solenv+bin+build.pl10
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-solenv+bin+build.pl b/editors/openoffice.org-1.0/files/patch-solenv+bin+build.pl
deleted file mode 100644
index 923b99e5d065..000000000000
--- a/editors/openoffice.org-1.0/files/patch-solenv+bin+build.pl
+++ /dev/null
@@ -1,10 +0,0 @@
---- ../solenv/bin/build.pl.orig Sun Jan 19 00:08:38 2003
-+++ ../solenv/bin/build.pl Sun Jan 19 00:07:25 2003
-@@ -292,7 +292,6 @@
- cwd();
- $! = 0;
- system ("$dmake");
-- &print_error("dmake - " . lc($!)) if ($!);
- if ($? && ($? != -1) && (!$child)) {
- &print_error("Error $? occurred while making $BuildDir");
- };