aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-devel/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-13 20:25:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-13 20:25:48 +0000
commit91fe33beee6038e4c7b0ee9c41dae0aabe87923c (patch)
tree9938f196a95be320509b885cdb6d3422c6e675b2 /www/firefox-devel/files
parent634c8392013a2cac7acfef03c96f0291bb8316c4 (diff)
downloadports-91fe33beee6038e4c7b0ee9c41dae0aabe87923c.tar.gz
ports-91fe33beee6038e4c7b0ee9c41dae0aabe87923c.zip
Fix build with Perl 5.00503.
PR: 72632
Notes
Notes: svn path=/head/; revision=119295
Diffstat (limited to 'www/firefox-devel/files')
-rw-r--r--www/firefox-devel/files/extra-patch-config_make-jars.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox-devel/files/extra-patch-config_make-jars.pl b/www/firefox-devel/files/extra-patch-config_make-jars.pl
new file mode 100644
index 000000000000..a558607ca459
--- /dev/null
+++ b/www/firefox-devel/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:");
+