perl-Alien-SDL/perl-Alien-SDL-1.440-use-system-libraries.patch
Silvan Calarco 8c0ec0cc02 rebuilt using system SDL*
add version requirements for SDL to force rebuild on update of those packages [release 1.440-2mamba;Thu Jul 18 2013]
2024-01-06 08:32:03 +01:00

16 lines
537 B
Diff

--- Alien-SDL-1.440/Build.PL.orig 2013-07-18 17:35:04.515696493 +0200
+++ Alien-SDL-1.440/Build.PL 2013-07-18 17:37:34.616231291 +0200
@@ -208,11 +208,8 @@
$prompt_string .= "[" . $i++ . "] " . $c->{title} . "\n";
}
$prompt_string .= "\nWhat way do you wanna go?";
- my $ans = $build->prompt($prompt_string, $recommended_candidate);
- if($ans > 0 && $ans < scalar(@candidates)) {
- $choice = $candidates[$ans - 1];
- }
+ $choice = $candidates[0];
$| = 0;
} # end else search and prompt for build method