freebsd-ports/editors/openoffice.org-1.0/files/patch-solenv+bin+build.pl
2003-01-21 22:13:13 +00:00

10 lines
326 B
Perl

--- ../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");
};