freebsd-ports/www/flock/files/extra-patch-config_make-jars.pl
Joe Marcus Clarke 91fe33beee Fix build with Perl 5.00503.
PR:		72632
2004-10-13 20:25:48 +00:00

10 lines
277 B
Perl

--- 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:");