summaryrefslogtreecommitdiff
path: root/multimedia/p5-xmltv/patches/patch-aa
blob: 179f1dec8516f032fb44a092499cb901064bbb29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.2 2006/04/19 22:02:46 adrianp Exp $

--- Makefile.PL.orig	2006-01-08 12:53:24.000000000 +0000
+++ Makefile.PL	2006-04-19 21:53:23.000000000 +0000
@@ -544,7 +544,7 @@
 		      "\n");
     }
     print STDERR "\n";
-    if (not ask(0, 'Do you want to proceed with this configuration?', 1)) {
+    if (1 == 0) {
 	# Need to set {install} for each component by prompting.
 	foreach my $info (@opt_components) {
 	    my $missing = $info->{missing};
@@ -1019,7 +1019,7 @@
 	    die "target $name seen twice" if defined $r{$name};
 	    $r{$name} = $curr_target = [];
 	}
-	elsif (/^\t/ and defined $curr_target) {
+	elsif (/^\s+/ and defined $curr_target) {
 	    # Commands for the target.
 	    push @$curr_target, $_;
 	}