diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-22 01:39:45 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-22 01:39:45 +0800 |
commit | 30f3dfe742616170faa2ffae5e8c07d5c1d95abb (patch) | |
tree | 776f5f4c376b7e391f17aa1a08facf4de31ec756 /www/firefox/files/extra-patch-config_make-jars.pl | |
parent | 17c834097ec68511b549a41ef3f324faccfb18f9 (diff) | |
download | marcuscom-ports-30f3dfe742616170faa2ffae5e8c07d5c1d95abb.tar.gz marcuscom-ports-30f3dfe742616170faa2ffae5e8c07d5c1d95abb.tar.zst marcuscom-ports-30f3dfe742616170faa2ffae5e8c07d5c1d95abb.zip |
Update to 2.0.0.4rc3
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8901 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox/files/extra-patch-config_make-jars.pl')
-rw-r--r-- | www/firefox/files/extra-patch-config_make-jars.pl | 10 |
1 files changed, 10 insertions, 0 deletions
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 000000000..a558607ca --- /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:"); + |