summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice/patches/patch-af')
-rw-r--r--misc/openoffice/patches/patch-af21
1 files changed, 0 insertions, 21 deletions
diff --git a/misc/openoffice/patches/patch-af b/misc/openoffice/patches/patch-af
deleted file mode 100644
index 9d97d785b01..00000000000
--- a/misc/openoffice/patches/patch-af
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-af,v 1.2 2004/05/03 20:56:36 mrauch Exp $
-
---- ../solenv/bin/build.pl.orig 2004-04-17 19:26:27.000000000 +0200
-+++ ../solenv/bin/build.pl
-@@ -532,13 +532,11 @@ sub CorrectPath {
- };
-
- sub check_dmake {
-- open(DMAKETEMP, "which dmake |");
- my $dmake_exe;
-- foreach (<DMAKETEMP>) {
-- $dmake_exe = $_ if (/dmake/);
-+ foreach (split(/:/,$ENV{'PATH'})) {
-+ $dmake_exe = $_ . "/dmake";
-+ last if (-x $dmake_exe);
- };
-- close DMAKETEMP;
-- chomp $dmake_exe;
- &print_error("dmake - no such file or directory") unless -x $dmake_exe;
- };
-