aboutsummaryrefslogtreecommitdiff
path: root/net/ipxe
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-11-03 13:30:40 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-11-03 13:30:40 +0000
commit3d0cde04ca1691d832ceb945d60da86ef544361e (patch)
treead491aa8ed6e2b10c20a594416276c58b055df67 /net/ipxe
parent748ba39ec4d275e926913a577c254559d7009166 (diff)
downloadports-3d0cde04ca1691d832ceb945d60da86ef544361e.tar.gz
ports-3d0cde04ca1691d832ceb945d60da86ef544361e.zip
Fix build with Perl 5.24+
PR: 213810 Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=425210
Diffstat (limited to 'net/ipxe')
-rw-r--r--net/ipxe/files/patch-util_parserom.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ipxe/files/patch-util_parserom.pl b/net/ipxe/files/patch-util_parserom.pl
new file mode 100644
index 000000000000..64e058e09ce7
--- /dev/null
+++ b/net/ipxe/files/patch-util_parserom.pl
@@ -0,0 +1,11 @@
+--- util/parserom.pl.orig 2016-11-03 13:22:25 UTC
++++ util/parserom.pl
+@@ -157,7 +157,7 @@ sub process_isa_rom {
+
+ # Output Makefile rules for the specified ROM declarations
+ sub print_make_rules {
+- my ( $state, my $image, my $desc, my $vendor, my $device, my $dup ) = @_;
++ my ( $state, $image, $desc, $vendor, $device, $dup ) = @_;
+ unless ( $state->{'is_header_printed'} ) {
+ print "# NIC\t\n";
+ print "# NIC\tfamily\t$state->{family}\n";