diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-09 18:17:16 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-09 18:17:16 +0000 |
commit | 5557eec370bcad7f974d0c00124a7143445f2c13 (patch) | |
tree | 7cbcf7817cc82470764d6f0cd8e60c318e8da044 /user/net-snmp/fix-Makefile-PL.patch | |
parent | a9436c6c3bb20d80c79d52c1b4dec947435cc3dd (diff) | |
download | packages-5557eec370bcad7f974d0c00124a7143445f2c13.tar.gz packages-5557eec370bcad7f974d0c00124a7143445f2c13.tar.bz2 packages-5557eec370bcad7f974d0c00124a7143445f2c13.tar.xz packages-5557eec370bcad7f974d0c00124a7143445f2c13.zip |
user/net-snmp: bump to 5.8
Diffstat (limited to 'user/net-snmp/fix-Makefile-PL.patch')
-rw-r--r-- | user/net-snmp/fix-Makefile-PL.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/user/net-snmp/fix-Makefile-PL.patch b/user/net-snmp/fix-Makefile-PL.patch deleted file mode 100644 index 735f01447..000000000 --- a/user/net-snmp/fix-Makefile-PL.patch +++ /dev/null @@ -1,22 +0,0 @@ -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(); - |