summaryrefslogtreecommitdiff
path: root/devel/p5-Inline/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Inline/patches/patch-aa')
-rw-r--r--devel/p5-Inline/patches/patch-aa44
1 files changed, 22 insertions, 22 deletions
diff --git a/devel/p5-Inline/patches/patch-aa b/devel/p5-Inline/patches/patch-aa
index 7a3e7b6633e..f0a1195f566 100644
--- a/devel/p5-Inline/patches/patch-aa
+++ b/devel/p5-Inline/patches/patch-aa
@@ -1,25 +1,25 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/09/01 22:39:23 kim Exp $
+$NetBSD: patch-aa,v 1.2 2008/12/20 23:38:37 he Exp $
Include Inline::C without prompting.
---- C/Makefile.PL.orig Wed Jun 13 00:27:13 2001
-+++ C/Makefile.PL Sun Aug 18 17:58:40 2002
-@@ -51,12 +51,12 @@
- # '
- }
-
--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 $default = $found ? "y" : "n";
-+#while (1) {
-+# $answer = prompt ('Do you want to install Inline::C?', $default);
-+# last if $answer =~ /^(y|yes|n|no)$/i;
-+#}
-
- if ($answer =~ /^(y|yes)$/i) {
- WriteMakefile(
+--- C/Makefile.PL.orig 2008-11-10 11:35:43.000000000 +0100
++++ C/Makefile.PL
+@@ -58,12 +58,12 @@ 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 $default = $found ? "y" : "n";
++#while (1) {
++# $answer = prompt ('Do you want to install Inline::C?', $default);
++# last if $answer =~ /^(y|yes|n|no)$/i;
++#}
+
+ if ($answer =~ /^(y|yes)$/i) {
+ WriteMakefile(