summaryrefslogtreecommitdiff
path: root/net/net-snmp/patches/patch-perl_default__store_Makefile.PL
blob: ee46d9ae026f298946d33ba6ba977fa0dddfcb9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-perl_default__store_Makefile.PL,v 1.1 2016/06/06 14:11:35 he Exp $

Adopt FreeBSD's patch to make this build with perl 5.24, ref.
https://svnweb.freebsd.org/ports/head/net-mgmt/net-snmp/files/patch-perl5.23?view=co
https://rt.perl.org/Public/Bug/Display.html?id=125907#txn-1363270
https://bugs.gentoo.org/show_bug.cgi?id=582368

--- perl/default_store/Makefile.PL.orig	2014-12-08 20:23:22.000000000 +0000
+++ perl/default_store/Makefile.PL
@@ -1,3 +1,4 @@
+package default_store;
 use ExtUtils::MakeMaker;
 require 5;
 use Config;