summaryrefslogtreecommitdiffstats
path: root/mail/moztraybiff/files/patch-make-install.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'mail/moztraybiff/files/patch-make-install.rdf')
-rw-r--r--mail/moztraybiff/files/patch-make-install.rdf14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/moztraybiff/files/patch-make-install.rdf b/mail/moztraybiff/files/patch-make-install.rdf
deleted file mode 100644
index 6cf5fd26f..000000000
--- a/mail/moztraybiff/files/patch-make-install.rdf
+++ /dev/null
@@ -1,14 +0,0 @@
---- make-install.rdf.orig Mon Dec 12 14:23:05 2005
-+++ make-install.rdf Mon Dec 12 14:23:39 2005
-@@ -1,9 +1,9 @@
- #!/usr/bin/perl
-
--my $machine = `gcc -dumpmachine`;
-+my $machine = `uname`;
- chomp $machine;
-
--$machine =~ /^(.*?)\-/
-+$machine =~ /^(.*?)$/
- or die "Unable to parse machine name";
- my $arch = $1;
-