diff options
Diffstat (limited to 'mail/thunderbird3/files/extra-patch-config_make-jars.pl')
-rw-r--r-- | mail/thunderbird3/files/extra-patch-config_make-jars.pl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/thunderbird3/files/extra-patch-config_make-jars.pl b/mail/thunderbird3/files/extra-patch-config_make-jars.pl deleted file mode 100644 index a558607ca459..000000000000 --- a/mail/thunderbird3/files/extra-patch-config_make-jars.pl +++ /dev/null @@ -1,10 +0,0 @@ ---- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004 -+++ config/make-jars.pl Wed Oct 13 16:17:07 2004 -@@ -40,6 +40,7 @@ - last if ($arg eq "--"); - } - my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]); -+splice @ARGV, $ddindex, $#ARGV; - - getopts("d:s:t:f:avlD:o:p:xz:"); - |