summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-solenv+bin+build.pl
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/patch-solenv+bin+build.pl')
-rw-r--r--editors/openoffice-1.0/files/patch-solenv+bin+build.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-solenv+bin+build.pl b/editors/openoffice-1.0/files/patch-solenv+bin+build.pl
new file mode 100644
index 000000000000..923b99e5d065
--- /dev/null
+++ b/editors/openoffice-1.0/files/patch-solenv+bin+build.pl
@@ -0,0 +1,10 @@
+--- ../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");
+ };