diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-22 04:09:08 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-22 04:09:08 -0500 |
commit | 2fb8795e48ba6ad3943c09fa06cffea1690519e7 (patch) | |
tree | 59b4bd9bc93f46fa2d84efa916e99f1011011337 /user/net-snmp/fix-Makefile-PL.patch | |
parent | 2a080de5c02254e5e610ab81b2127413e8aabe7b (diff) | |
download | packages-2fb8795e48ba6ad3943c09fa06cffea1690519e7.tar.gz packages-2fb8795e48ba6ad3943c09fa06cffea1690519e7.tar.bz2 packages-2fb8795e48ba6ad3943c09fa06cffea1690519e7.tar.xz packages-2fb8795e48ba6ad3943c09fa06cffea1690519e7.zip |
user/net-snmp: pull in, fix another wildly inaccurate license, misc
Diffstat (limited to 'user/net-snmp/fix-Makefile-PL.patch')
-rw-r--r-- | user/net-snmp/fix-Makefile-PL.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/user/net-snmp/fix-Makefile-PL.patch b/user/net-snmp/fix-Makefile-PL.patch new file mode 100644 index 000000000..735f01447 --- /dev/null +++ b/user/net-snmp/fix-Makefile-PL.patch @@ -0,0 +1,22 @@ +diff -up net-snmp-5.7.3/perl/ASN/Makefile.PL.orig net-snmp-5.7.3/perl/ASN/Makefile.PL +--- net-snmp-5.7.3/perl/ASN/Makefile.PL.orig 2016-05-06 10:35:30.005905040 +0200 ++++ net-snmp-5.7.3/perl/ASN/Makefile.PL 2016-05-06 10:35:57.518776400 +0200 +@@ -3,6 +3,7 @@ require 5; + use Config; + use Getopt::Long; + my $lib_version; ++my %MakeParams = (); + + # See lib/ExtUtils/MakeMaker.pm for details of how to influence + # the contents of the Makefile that is written. +diff -up net-snmp-5.7.3/perl/Makefile.PL.orig net-snmp-5.7.3/perl/Makefile.PL +--- net-snmp-5.7.3/perl/Makefile.PL.orig 2016-05-06 10:34:38.975143641 +0200 ++++ net-snmp-5.7.3/perl/Makefile.PL 2016-05-06 10:35:13.326983024 +0200 +@@ -2,6 +2,7 @@ use ExtUtils::MakeMaker; + use Config; + use Getopt::Long; + require 5; ++my %MakeParams = (); + + %MakeParams = InitMakeParams(); + |