openbsd-ports/devel/p5-Inline/patches/patch-C_Makefile_PL
benoit 47112ea618 - update p5-Inline to 0.52
- update patches

ok gsoares@ (maintainer)
2013-03-27 15:45:08 +00:00

17 lines
448 B
Plaintext

--- C/Makefile.PL.orig Tue Nov 20 10:35:19 2012
+++ C/Makefile.PL Wed Mar 27 16:23:35 2013
@@ -68,12 +68,7 @@ END
# '
}
-my $answer = '';
-my $default = $found ? "y" : "n";
-while (1) {
- $answer = prompt ('Do you want to install Inline::C?', $default);
- last if $answer =~ /^(y|yes|n|no)$/i;
-}
+my $answer = 'y';
my $prereq_pm = install_base_problem() ? {'ExtUtils::MakeMaker' => 6.62}
: {};