diff options
author | 2020-08-15 15:18:04 +0200 | |
---|---|---|
committer | 2020-08-15 15:18:30 +0200 | |
commit | 41ce6d213a8daee9d1d607a836bec31a4b975085 (patch) | |
tree | 9abf6b55ac98b24c0bd8ec55bcb2c038d5b206ce /net-analyzer/net-snmp/files | |
parent | net-misc/remmina: bump to 1.4.8 (diff) | |
download | gentoo-41ce6d213a8daee9d1d607a836bec31a4b975085.tar.gz gentoo-41ce6d213a8daee9d1d607a836bec31a4b975085.tar.bz2 gentoo-41ce6d213a8daee9d1d607a836bec31a4b975085.zip |
net-analyzer/net-snmp: Version 5.9
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/net-snmp/files')
-rw-r--r-- | net-analyzer/net-snmp/files/net-snmp-5.9-MakeMaker.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/net-snmp/files/net-snmp-5.9-MakeMaker.patch b/net-analyzer/net-snmp/files/net-snmp-5.9-MakeMaker.patch new file mode 100644 index 000000000000..1c6a3fd1eaf3 --- /dev/null +++ b/net-analyzer/net-snmp/files/net-snmp-5.9-MakeMaker.patch @@ -0,0 +1,10 @@ +--- a/perl/Makefile.PL ++++ b/perl/Makefile.PL +@@ -3,6 +3,7 @@ + use ExtUtils::MakeMaker; + use Config; + require 5; ++use lib '.'; + use MakefileSubs; + + # Prevent that MakeMaker complains about unknown parameter names. |