diff options
Diffstat (limited to 'editors/p5-Padre/files/patch-Makefile.PL')
-rw-r--r-- | editors/p5-Padre/files/patch-Makefile.PL | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/p5-Padre/files/patch-Makefile.PL b/editors/p5-Padre/files/patch-Makefile.PL deleted file mode 100644 index daffffaaafa8..000000000000 --- a/editors/p5-Padre/files/patch-Makefile.PL +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.PL.orig 2013-11-09 03:10:25 UTC -+++ Makefile.PL -@@ -46,20 +46,6 @@ configure_requires 'ExtUtils::Embed' => - # exit 0; - #} - --# This makes sure that we didn't compile Alien::wxWidgets with the wrong options. --configure_requires 'Alien::wxWidgets' => '0.62'; -- --my $wxw = eval { use Alien::wxWidgets; 1; }; --if ( $@ or not $wxw ) { -- print STDERR "Warning: prerequisite Alien::wxWidgets not found.\n"; -- exit 0; --} --if ( '2.009000' eq Alien::wxWidgets->version ) { -- print STDERR "Warning: Alien::wxWidgets was compiled with the development version of\n"; -- print STDERR "wxWidgets. This is known to cause Padre to crash.\n"; -- exit 0; --} -- - - - |