diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-14 08:37:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-14 08:37:47 +0800 |
commit | 429a8ae39cdc9b78c11d50609a94a68306bb3aaf (patch) | |
tree | f86f549f6dca7c67c996d06fb95f75d6200b7525 /mail/thunderbird3/files | |
parent | 5a9891199f13e389c4031691ffb40b006334cbaf (diff) | |
download | freebsd-ports-graphics-429a8ae39cdc9b78c11d50609a94a68306bb3aaf.tar.gz freebsd-ports-graphics-429a8ae39cdc9b78c11d50609a94a68306bb3aaf.tar.zst freebsd-ports-graphics-429a8ae39cdc9b78c11d50609a94a68306bb3aaf.zip |
Fix build with Perl < 5.6.1.
Diffstat (limited to 'mail/thunderbird3/files')
-rw-r--r-- | mail/thunderbird3/files/extra-patch-config_make-jars.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/thunderbird3/files/extra-patch-config_make-jars.pl b/mail/thunderbird3/files/extra-patch-config_make-jars.pl new file mode 100644 index 00000000000..a558607ca45 --- /dev/null +++ b/mail/thunderbird3/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:"); + |