diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-14 00:37:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-14 00:37:47 +0000 |
commit | 6b605d422bb99dd96fc65f0b29eceebe8329f899 (patch) | |
tree | c881602152475d4a904b77c9aae4c4a40df69ac2 /mail/thunderbird/files | |
parent | 37f2451c9a8eaf957979686c139d3463d64080c9 (diff) | |
download | ports-6b605d422bb99dd96fc65f0b29eceebe8329f899.tar.gz ports-6b605d422bb99dd96fc65f0b29eceebe8329f899.zip |
Notes
Diffstat (limited to 'mail/thunderbird/files')
-rw-r--r-- | mail/thunderbird/files/extra-patch-config_make-jars.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/thunderbird/files/extra-patch-config_make-jars.pl b/mail/thunderbird/files/extra-patch-config_make-jars.pl new file mode 100644 index 000000000000..a558607ca459 --- /dev/null +++ b/mail/thunderbird/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:"); + |