From bb045f61f76037bf2105686f5618e30901c1bc5c Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 13 Oct 2004 20:25:48 +0000 Subject: Fix build with Perl 5.00503. PR: 72632 --- www/firefox/files/extra-patch-config_make-jars.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 www/firefox/files/extra-patch-config_make-jars.pl (limited to 'www/firefox/files') diff --git a/www/firefox/files/extra-patch-config_make-jars.pl b/www/firefox/files/extra-patch-config_make-jars.pl new file mode 100644 index 000000000000..a558607ca459 --- /dev/null +++ b/www/firefox/files/extra-patch-config_make-jars.pl @@ -0,0 +1,10 @@ +--- 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:"); + -- cgit