summaryrefslogtreecommitdiff
path: root/devel/p5-glib2/patches/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-glib2/patches/patch-Makefile.PL')
-rw-r--r--devel/p5-glib2/patches/patch-Makefile.PL23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/p5-glib2/patches/patch-Makefile.PL b/devel/p5-glib2/patches/patch-Makefile.PL
deleted file mode 100644
index 3eb439f8d5c..00000000000
--- a/devel/p5-glib2/patches/patch-Makefile.PL
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2012/09/09 12:50:05 abs Exp $
-
-Revert "configure_requires =>" to "prereqs => configure => requires =>" change
-introduced in Glib-1.262 to avoid following build error:
-
-ExtUtils::MakeMaker::YAML does not support circular references at
- /usr/pkg/lib/perl5/5.14.0/ExtUtils/MakeMaker/YAML.pm line 499.
-
---- Makefile.PL.orig 2012-09-09 12:43:32.000000000 +0000
-+++ Makefile.PL
-@@ -118,11 +118,7 @@ my %meta_merge = (
- web => 'http://git.gnome.org/browse/perl-Glib',
- },
- },
-- prereqs => {
-- configure => {
-- requires => \%PREREQ_PM,
-- },
-- },
-+ configure_requires => \%PREREQ_PM,
- no_index => {
- file => [@xs_files, qw/Makefile.PL xsapi.pod.head xsapi.pod.foot/],
- package => 'MY',